1. 20 1月, 2020 2 次提交
  2. 09 1月, 2020 4 次提交
  3. 07 1月, 2020 1 次提交
  4. 03 1月, 2020 1 次提交
  5. 10 12月, 2019 1 次提交
  6. 05 12月, 2019 1 次提交
  7. 26 11月, 2019 1 次提交
  8. 19 11月, 2019 1 次提交
  9. 15 11月, 2019 1 次提交
  10. 14 11月, 2019 1 次提交
    • M
      Remove gating for inMemoryResourcePrefix · 4e8ef4cf
      Matt Bierner 提交于
      Some users are setting weird errors related to untitled TS files. In some of these cases (such as https://github.com/microsoft/TypeScript/issues/35091) we see a untitled file being sent to the tsserver without the `inMemoryResourcePrefix`.
      
      I can't figure out how to get into this state but am removing the gating that *could* perhaps cause use not to set `inMemoryResourcePrefix`. This gating targets TS 2.7 or older, which telemetry shows very, very few users are still enabling in their workspaces
      4e8ef4cf
  11. 09 11月, 2019 1 次提交
  12. 08 11月, 2019 2 次提交
  13. 30 10月, 2019 1 次提交
    • M
      Be more resilient when checking if we have an opened jts/ts buffer · c80fb1b7
      Matt Bierner 提交于
      Fixes #83338
      
      `TextDocument` lifetime may not match that of the the user facing editors. However the JS/TS extension was assuming that it did. Introduce a `ensureHasBuffer` function that can open a buffer if vscode knows about a textdocument but no `onDidOpenTextDocument` has been fired for it yet
      c80fb1b7
  14. 24 10月, 2019 1 次提交
    • M
      Remove gating for TS versions < 2.4 · 46d2224d
      Matt Bierner 提交于
      Telemetry shows that these old TS versions have very low usage (in the tens across the many, many js/ts users). Given this, it now makes sense to remove the extra gating/checks required to support these old versions
      46d2224d
  15. 23 10月, 2019 3 次提交
  16. 22 10月, 2019 3 次提交
  17. 18 10月, 2019 1 次提交
  18. 13 9月, 2019 1 次提交
  19. 12 9月, 2019 2 次提交
  20. 25 6月, 2019 1 次提交
  21. 21 6月, 2019 5 次提交
  22. 06 6月, 2019 1 次提交
  23. 13 4月, 2019 1 次提交
  24. 12 3月, 2019 3 次提交