1. 03 11月, 2020 4 次提交
  2. 31 10月, 2020 4 次提交
  3. 30 10月, 2020 1 次提交
  4. 24 10月, 2020 4 次提交
  5. 22 10月, 2020 7 次提交
  6. 15 10月, 2020 6 次提交
    • A
      Exclude browser-supported remote extensions · daf204ee
      Asher 提交于
      Removing them just for peace of mind even though they seem to get
      filtered out later. This line is meant to only add remote extensions
      that aren't capable of running in the browser. If they are
      browser-capable they don't need to run in our shimmed Node environment.
      daf204ee
    • A
      Move extension fetch to main thread · f20f7ac1
      Asher 提交于
      This makes the fetch work independently of the worker's origin which is
      no longer the same as the main thread (the main problem is the inability
      to send cookies without setting SameSite to None).
      f20f7ac1
    • A
      Remove CSP tag from VS Code html · a7c43a8e
      Asher 提交于
      This matches with the html in the VS Code repo and also fixes a problem
      with the worker which loads HTML using data: and then can't load any
      scripts because 'self' doesn't work.
      a7c43a8e
    • A
      Update require base URL for VS Code loader · 30d05aeb
      Asher 提交于
      It needs to have the scheme otherwise when resolving these modules the
      loader will default to the file scheme and fail to fetch.
      30d05aeb
    • A
      Add path to loader for tas-client-umd · 07580e1f
      Asher 提交于
      It's a new module used by 1.50.0.
      07580e1f
    • A
      Update VS Code to 1.50.0 · e3699cf2
      Asher 提交于
      - The .js build files are no longer committed so they're gone.
      - ParsedArgs and EnvironmentService are now NativeParsedArgs and
        NativeEnvironmentService.
      - Interface for environment service was moved.
      - getPathFromAmdModule was deprecated.
      e3699cf2
  7. 14 10月, 2020 2 次提交
  8. 13 10月, 2020 1 次提交
    • A
      Fix agent copy during release · ec564091
      Asher 提交于
      If there isn't a lib dir yet it'll copy as lib instead of getting put
      inside the directory.
      ec564091
  9. 12 10月, 2020 5 次提交
  10. 11 10月, 2020 1 次提交
  11. 10 10月, 2020 5 次提交