1. 28 2月, 2020 1 次提交
  2. 27 2月, 2020 2 次提交
  3. 26 2月, 2020 1 次提交
  4. 25 2月, 2020 2 次提交
  5. 22 2月, 2020 4 次提交
  6. 21 2月, 2020 6 次提交
  7. 20 2月, 2020 5 次提交
  8. 19 2月, 2020 6 次提交
    • A
      Fix bugs in CI · 5681c87e
      Anmol Sethi 提交于
      5681c87e
    • A
      Prepare for release · 46d6e175
      Asher 提交于
      - Add VS Code icon
      - Trim dashboard to just display dedicated VS Code section
      - Version was getting unset during build
      - Add back nbin shim which I temporarily took out earlier
      - Update tests for log level env var changes
      46d6e175
    • A
      Allow https images · bdb189a9
      Asher 提交于
      Fixes extension icons not loading.
      bdb189a9
    • A
      Implement endpoint for getting recent directories · 87931109
      Asher 提交于
      87931109
    • A
      Inject base path into manifest · d47591e2
      Asher 提交于
      Might fix #1181, although not for the reasons I initially
      thought (because the URLs are resolved from the manifest path, not the
      path of the current page). This should ensure that the URLs used by the
      manifest are always correct regardless of the manifest's path.
      d47591e2
    • A
      Enable access to vscode cli · 39a57700
      Asher 提交于
      39a57700
  9. 15 2月, 2020 4 次提交
  10. 14 2月, 2020 3 次提交
  11. 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
  12. 08 2月, 2020 2 次提交
  13. 07 2月, 2020 2 次提交