1. 20 5月, 2020 1 次提交
    • M
      Cache custom editor info · 3c3c2fdf
      Matt Bierner 提交于
      For #96436
      
      Caches the custom editors information using a global memento. This makes sure the editor information is available during startup before extensions have been initialized
      3c3c2fdf
  2. 16 5月, 2020 1 次提交
    • M
      Add vscode-webview-resource protocol (#97777) · 307cb32f
      Matt Bierner 提交于
      * Add vscode-webview-resource protocol
      
      Adds a new protocol (`vscode-webview-resource`) for loading resources insides of webviews. This replaces the existing `vscode-resource` protocol and is registered on the main thread instead of in each renderer
      
      This change also adds some rewriting logic to update any `vscode-resource:` references found in the main html to use `vscode-webview-resource` instead.
      
      * Move webview protcol provider to own file
      
      * Remove registration of vscode-resource scheme
      
      * Remove use or parition for each webview
      
      Now that we have a single shared protocol handler, we do not need to run each webview in its own partition
      
      * Fix rewriting csp to use new protocol
      
      * Update src/vs/code/electron-main/app.ts
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      307cb32f
  3. 09 5月, 2020 1 次提交
  4. 30 4月, 2020 5 次提交
  5. 28 4月, 2020 1 次提交
  6. 24 4月, 2020 2 次提交
  7. 23 4月, 2020 1 次提交
  8. 22 4月, 2020 2 次提交
  9. 17 4月, 2020 2 次提交
  10. 16 4月, 2020 2 次提交
  11. 14 4月, 2020 3 次提交
  12. 13 4月, 2020 1 次提交
  13. 12 4月, 2020 1 次提交
  14. 10 4月, 2020 1 次提交
  15. 09 4月, 2020 8 次提交
  16. 06 4月, 2020 1 次提交
  17. 04 4月, 2020 2 次提交
  18. 03 4月, 2020 1 次提交
  19. 02 4月, 2020 1 次提交
  20. 01 4月, 2020 1 次提交
  21. 31 3月, 2020 2 次提交