1. 17 11月, 2020 1 次提交
  2. 05 11月, 2020 3 次提交
  3. 23 10月, 2020 1 次提交
  4. 11 8月, 2020 1 次提交
  5. 04 8月, 2020 1 次提交
  6. 23 7月, 2020 1 次提交
  7. 24 4月, 2020 1 次提交
  8. 23 4月, 2020 1 次提交
  9. 15 4月, 2020 1 次提交
  10. 29 2月, 2020 1 次提交
  11. 12 2月, 2020 1 次提交
  12. 08 2月, 2020 1 次提交
  13. 07 2月, 2020 2 次提交
    • M
      Remove version gating on for now enableProjectDiagnostics · 4d354214
      Matt Bierner 提交于
      None of the apis being users for this experimental setting require the latest TS version
      4d354214
    • M
      Add experimental setting to use separate server to compute project level diagnostics · f0942786
      Matt Bierner 提交于
      For #13953
      
      **Problem**
      We'd like to show project wide diagnostics, however at the moment TS server is single threaded. This means that computing all these diagnostics would interrupt other user operations such as completions.
      
      Right now, our advice is to use tasks to get around this limitation (since tasks always run as separate process) however few people actually use tasks.
      
      **Change**
      This change adds an experimental `tsserver.experimental.enableProjectDiagnostics` setting (default false) that makes VS Code spawn a separate TS Server that is only used for computing diagnostics. This should help keep the primary syntax server responsive while letting the diagnostics server churn away at project level diagnostics
      
      **Why experimental?**
      
      - We are comporting too many diagnostics. This is bad for larger projects. I don't think TS provides the right APIs to know which files we actually need to request diagnostics on when a file changes.
      
      - This hasn't been fully extensively tested to make sure it plays nicely with feature such as automatic type acquisition or in complex workspace with multiple projects
      f0942786
  14. 08 1月, 2020 1 次提交
  15. 23 11月, 2019 1 次提交
    • O
      Show JS/TS References Code Lens for Inner Functions (#84689) · 0db887a1
      okmttdhr 提交于
      * Show code lens for inner functions
      
      * Create typescript.referencesCodeLens.showOnAllFunctions setting
      
      * Create javascript.referencesCodeLens.showOnAllFunctions setting
      
      * Add a new setting in a existing class
      
      * Avoid unnecessary fallthrough
      0db887a1
  16. 13 11月, 2019 1 次提交
  17. 07 11月, 2019 5 次提交
  18. 20 10月, 2019 1 次提交
  19. 19 10月, 2019 1 次提交
  20. 16 10月, 2019 1 次提交
  21. 27 9月, 2019 1 次提交
  22. 14 9月, 2019 1 次提交
  23. 12 9月, 2019 1 次提交
  24. 02 7月, 2019 1 次提交
  25. 25 6月, 2019 1 次提交
  26. 21 6月, 2019 1 次提交
  27. 18 5月, 2019 1 次提交
  28. 23 3月, 2019 2 次提交
  29. 14 2月, 2019 2 次提交
    • M
      Remove jsDocCompletion setting · b819c766
      Matt Bierner 提交于
      This has been renamed to `javascript.suggest.completeJSDocs` and `typescript.suggest.completeJSDocs`
      b819c766
    • M
      Add preference to disable shorthand renaming · b4522997
      Matt Bierner 提交于
      Fixes #68029
      
      Use the `typescript.preferences.renameShorthandProperties` and `javascript.preferences.renameShorthandProperties` to disable shorthand property renames. Default to enabling renames
      b4522997
  30. 29 1月, 2019 1 次提交
  31. 18 10月, 2018 1 次提交