1. 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
  2. 26 6月, 2020 1 次提交
  3. 12 6月, 2020 1 次提交
  4. 25 5月, 2020 4 次提交
  5. 22 4月, 2020 1 次提交
    • M
      Add SyncActionDescriptor.from helper (#95731) · 7aa60aef
      Matt Bierner 提交于
      * Add SyncActionDescriptor.from
      
      There are a whole lot of places in our code where have the following pattern:
      
      ```
      actionRegistry.registerWorkbenchAction(SyncActionDescriptor.create(CreateNewLocalTerminalAction, CreateNewLocalTerminalAction.ID, CreateNewLocalTerminalAction.LABEL));
      ```
      
      Notice how the class name has to be repeated  three times.
      
      This change introduces a helper function `SyncActionDescriptor.from` that lets you instead just pass in the class:
      
      ```js
      actionRegistry.registerWorkbenchAction(SyncActionDescriptor.create(CreateNewLocalTerminalAction));
      ```
      
      * Avoid cast
      7aa60aef
  6. 11 4月, 2020 1 次提交
  7. 02 3月, 2020 1 次提交
  8. 21 2月, 2020 1 次提交
  9. 14 2月, 2020 4 次提交
  10. 05 2月, 2020 1 次提交
  11. 18 12月, 2019 1 次提交
  12. 12 12月, 2019 1 次提交
  13. 15 11月, 2019 1 次提交
    • M
      Convert SyncActionDescriptor to use a `create` function (#84878) · 36a8322a
      Matt Bierner 提交于
      For #81574
      
      See #84669 for details of the problem around strict function types. This change converts `SyncActionDescriptor` to use a static `create` function. This allows us to make the `create` function generic so that it can take the correct types for strictFunctionTypes
      36a8322a
  14. 30 10月, 2019 1 次提交
  15. 29 10月, 2019 1 次提交
  16. 22 10月, 2019 1 次提交
  17. 10 10月, 2019 2 次提交
  18. 09 10月, 2019 1 次提交
  19. 02 10月, 2019 1 次提交
  20. 24 9月, 2019 3 次提交
  21. 20 9月, 2019 1 次提交
  22. 19 9月, 2019 1 次提交
  23. 16 9月, 2019 2 次提交
  24. 11 9月, 2019 1 次提交
  25. 13 8月, 2019 1 次提交
  26. 12 8月, 2019 2 次提交
  27. 05 8月, 2019 1 次提交
  28. 11 7月, 2019 1 次提交
  29. 05 7月, 2019 1 次提交