1. 09 11月, 2020 1 次提交
  2. 29 10月, 2020 1 次提交
  3. 28 10月, 2020 1 次提交
  4. 17 9月, 2020 1 次提交
  5. 03 9月, 2020 1 次提交
  6. 21 8月, 2020 1 次提交
  7. 13 8月, 2020 1 次提交
  8. 12 8月, 2020 1 次提交
  9. 30 7月, 2020 1 次提交
  10. 21 7月, 2020 1 次提交
    • R
      chore: update to electron 9-x-y (#102011) · 3d0d50ca
      Robo 提交于
      * chore: bump electron@9.0.5
      
      * remove exploration config
      
      * fix compile error
      
      * fix compile error
      
      * crashReporter has to be called only once before app ready
      
      * chore: bump electron@9.1.0
      
      * enable LayoutNG
      
      * fix cron schedule
      
      * allow disabling appcenter crash reporting
      
      * set additional crash reporting parameters
      
      * start crashreporter for child process on linux
      
      * setup crash parameters only once
      
      * remove unused crashReporter.guid
      
      * address review feedback
      
      * reuse argv.json for storing crash reporter id
      
      * remove trailing commas
      
      * update localized name
      
      * update argv based on telemetry optout
      
      * update initial config based on setting
      
      * fix conditional errors
      
      * remove telemetry.enableCrashReporter
      
      * move default crash reporter config to electron-main
      
      * update comment for ext host crash reporting
      
      * set default value for configuration
      
      * some 💄 changes
      
      * address review feedback
      
      * do not use ES7 features in JS yet
      
      * add app.focus({ steal: true }) usage
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      3d0d50ca
  11. 06 7月, 2020 1 次提交
  12. 26 6月, 2020 1 次提交
  13. 24 6月, 2020 2 次提交
  14. 23 6月, 2020 2 次提交
  15. 12 6月, 2020 1 次提交
  16. 04 6月, 2020 1 次提交
  17. 03 6月, 2020 4 次提交
  18. 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
  19. 08 5月, 2020 1 次提交
  20. 07 5月, 2020 2 次提交
  21. 03 4月, 2020 1 次提交
  22. 31 3月, 2020 1 次提交
  23. 02 3月, 2020 1 次提交
  24. 23 2月, 2020 1 次提交
    • B
      Cleanup open-url handling (#91234) · 646aaf67
      Benjamin Pasero 提交于
      * cleanup open-url handling
      
      * open url - allow to open a remote workpsace without opening a window first
      
      * help build
      
      * undo build change
      
      * support files too
      646aaf67
  25. 21 2月, 2020 1 次提交
  26. 17 2月, 2020 1 次提交
  27. 14 2月, 2020 4 次提交
  28. 12 11月, 2019 1 次提交
  29. 09 11月, 2019 1 次提交
  30. 30 10月, 2019 1 次提交
  31. 29 10月, 2019 1 次提交