1. 09 6月, 2021 2 次提交
  2. 05 5月, 2021 1 次提交
  3. 04 5月, 2021 1 次提交
  4. 01 4月, 2021 1 次提交
    • A
      Fix tsc watch restarting when it shouldn't · 101c2a01
      Asher 提交于
      It seems reaching into lib/vscode for the types caused tsc to establish
      watches that caused it to restart over and over while vscode was
      building.
      
      The strategy used here is to symlink it instead which is the same thing
      we do for the proxy agent.
      101c2a01
  5. 13 2月, 2021 1 次提交
  6. 10 2月, 2021 12 次提交
  7. 07 11月, 2020 1 次提交
  8. 06 11月, 2020 10 次提交
  9. 15 2月, 2020 1 次提交
  10. 05 2月, 2020 1 次提交
  11. 05 9月, 2019 1 次提交
  12. 01 8月, 2019 1 次提交
    • A
      Clean up client API · 62719ab5
      Asher 提交于
      - Don't use "any" for the API type.
      - Remove everything from the Coder API that can eventually be done
        through the VS Code API.
      - Move the event emission to our own client to minimize patching.
      62719ab5
  13. 19 7月, 2019 2 次提交