1. 08 10月, 2020 26 次提交
  2. 07 10月, 2020 1 次提交
  3. 01 10月, 2020 2 次提交
  4. 15 9月, 2020 1 次提交
  5. 11 9月, 2020 2 次提交
  6. 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
  7. 09 9月, 2020 2 次提交
  8. 04 9月, 2020 4 次提交
    • 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