1. 12 9月, 2020 1 次提交
    • A
      wip · ad8c3c7d
      Asher 提交于
      ad8c3c7d
  2. 11 9月, 2020 2 次提交
  3. 10 9月, 2020 2 次提交
    • A
      Add /vscode to nls fetch · ffe6a663
      Asher 提交于
      A plugin may modify the root endpoint which will make /resource no
      longer work so always use /vscode/resource instead.
      ffe6a663
    • A
      Add trailing slash to service worker scope · 938b4606
      Asher 提交于
      This will ensure it always matches or is underneath the allowed service
      worker scope.
      
      Fixes #2076.
      938b4606
  4. 09 9月, 2020 2 次提交
  5. 04 9月, 2020 6 次提交
    • A
      Fix language packs (#2058) · e44e574c
      Asher 提交于
      * Fix incorrect nls.json fetch
      
      When moving this out of the HTML I didn't remove {{BASE}}.
      
      * Fix language package installation
      
      Updates #2046.
      e44e574c
    • A
      Skip update tests (#2059) · 7991e09b
      Anmol Sethi 提交于
      We don't use auto updating anymore and the tests are randomly failing
      so just disabling for now.
      7991e09b
    • A
      docker: Fix $DOCKER_USER (#2057) · 9fb318cf
      Anmol Sethi 提交于
      We do not try renaming $HOME anymore as there is no good way
      to do it.
      
      We also only try to convert if the user hasn't been changed.
      
      Finally I added usage to the docker docs in install.md
      
      Closes #2056
      9fb318cf
    • A
      Use --full-index for patch · 4a250be7
      Asher 提交于
      This should eliminate potential noise in the diffs for the patch since
      different versions seem to default to different hash lengths.
      4a250be7
    • A
      Patch VS Code to wait for storage write (#2049) · 3761f7bd
      Asher 提交于
      VS Code has a short delay before writing storage (probably to queue up
      rapid changes). In the web version of VS Code this happens on the client
      which means if the page is reloaded before the delay expires the write
      never happens.
      
      Storage updates are already promises so this simply returns the promise
      returned by the delayer so it won't resolve until the write actually
      happens.
      
      Fixes #2021.
      3761f7bd
    • A
      Add documentation issue template · ceceef1d
      Anmol Sethi 提交于
      ceceef1d
  6. 03 9月, 2020 1 次提交
  7. 01 9月, 2020 1 次提交
  8. 31 8月, 2020 3 次提交
  9. 30 8月, 2020 2 次提交
  10. 29 8月, 2020 2 次提交
  11. 28 8月, 2020 10 次提交
  12. 27 8月, 2020 8 次提交