1. 27 3月, 2018 1 次提交
  2. 24 3月, 2018 2 次提交
  3. 20 3月, 2018 1 次提交
    • M
      Organize imports for js and ts (#45237) · 5be9e9e7
      Matt Bierner 提交于
      * Organize imports for js and ts
      
      Adds a new 'Organize Imports' command for js and ts. This command is only availible on TS 2.8+. We'll hold off on merging this PR until we pick up a TS 2.8 insiders build
      
      Fixes #45108
      
      * Add keybinding for organize imports
      5be9e9e7
  4. 01 3月, 2018 1 次提交
  5. 27 2月, 2018 2 次提交
  6. 23 2月, 2018 1 次提交
  7. 07 11月, 2017 1 次提交
  8. 28 10月, 2017 1 次提交
  9. 27 10月, 2017 1 次提交
  10. 20 10月, 2017 1 次提交
  11. 14 10月, 2017 1 次提交
  12. 12 10月, 2017 2 次提交
  13. 17 8月, 2017 1 次提交
  14. 20 7月, 2017 1 次提交
  15. 28 6月, 2017 1 次提交
  16. 23 6月, 2017 1 次提交
  17. 08 6月, 2017 1 次提交
  18. 07 6月, 2017 1 次提交
  19. 02 6月, 2017 1 次提交
  20. 01 6月, 2017 2 次提交
  21. 31 5月, 2017 1 次提交
  22. 27 5月, 2017 1 次提交
  23. 26 5月, 2017 1 次提交
  24. 25 5月, 2017 1 次提交
  25. 17 5月, 2017 1 次提交
  26. 13 5月, 2017 1 次提交
    • M
      Split js and ts setting for references code lens · f856147a
      Matt Bierner 提交于
      Fixes #26418
      
      Allows enabling or disabling the references code lenses in either javascript or typescript. Previously, the setting enabled it in both language automatically. Enable the code lenses in ts files by default
      f856147a
  27. 10 5月, 2017 1 次提交
  28. 22 4月, 2017 2 次提交
  29. 14 4月, 2017 2 次提交
  30. 04 4月, 2017 4 次提交
  31. 21 3月, 2017 1 次提交
    • M
      Add TSServer Log Collection Commands (#22914) · 23aba828
      Matt Bierner 提交于
      * Add TSServer Log Options
      
      Adds support for collecting the TSServer log directly in VS Code
      
      * Add enable logging option
      
      * Handle case where user is on older version of TS
      
      * Rename
      
      * Activate on openTSServerLog command
      
      * VSCode -> VS Code
      23aba828