1. 17 3月, 2020 3 次提交
  2. 14 3月, 2020 3 次提交
    • A
      Update VS Code to 1.43.0 · aeb62611
      Asher 提交于
      aeb62611
    • A
      Add base path to update endpoint from VS Code · 6cb22803
      Asher 提交于
      This will make it work regardless of what the current URL happens to be.
      
      Also move the telemetry setting into the options since we might as well
      make use of it seeing as how we have to parse it for the base path
      anyway.
      6cb22803
    • A
      Set telemetry setting based on disable-telemetry flag · 23424433
      Asher 提交于
      By design the disable-telemetry flag does not affect extension
      telemetry, only the setting does, so disabling the setting when the flag
      is set should cause extensions to also stop sending telemetry.
      
      Fixes #1116.
      23424433
  3. 12 3月, 2020 1 次提交
  4. 06 3月, 2020 1 次提交
  5. 04 3月, 2020 1 次提交
  6. 03 3月, 2020 4 次提交
  7. 29 2月, 2020 1 次提交
  8. 26 2月, 2020 2 次提交
  9. 21 2月, 2020 1 次提交
  10. 20 2月, 2020 1 次提交
  11. 15 2月, 2020 2 次提交
  12. 14 2月, 2020 2 次提交
  13. 13 2月, 2020 2 次提交
    • A
      Fix duplicate files opening with folder parameter · d5740128
      Asher 提交于
      When using a query parameter without a scheme, the scheme defaults to
      `file`. This results in the files in the explorer being technically
      different from the file picker files because they are file:// instead of
      vscode-remote://, causing the same file to open twice and causing
      numerous issues.
      
      Normally the file explorer wouldn't even load at all in this case but we
      provide a file service for file:// URLs as a failsafe for certain files
      that wouldn't load correctly in the past. These files load fine now
      using the vscode-remote scheme, so I'm also removing that service.
      
      Related: #1351.
      Fixes #1294.
      d5740128
    • A
      Update VS Code to 1.42.0 · 250a5422
      Asher 提交于
      250a5422
  14. 08 2月, 2020 2 次提交
  15. 07 2月, 2020 2 次提交
  16. 06 2月, 2020 1 次提交
  17. 05 2月, 2020 1 次提交
  18. 16 1月, 2020 2 次提交
  19. 17 12月, 2019 1 次提交
  20. 05 11月, 2019 1 次提交
  21. 30 10月, 2019 2 次提交
  22. 29 10月, 2019 1 次提交
  23. 26 10月, 2019 1 次提交
  24. 24 10月, 2019 1 次提交
  25. 19 10月, 2019 1 次提交
    • A
      Update to 1.39.2 · bdd11f74
      Asher 提交于
      Also too the opportunity to rewrite the build script since there was a
      change in the build steps (mainly how the product JSON is inserted) and
      to get the build changes out of the patch. It also no longer relies on
      external caching (we'll want to do this within CI instead).
      bdd11f74