1. 05 6月, 2018 1 次提交
  2. 25 5月, 2018 1 次提交
  3. 01 5月, 2018 1 次提交
  4. 24 3月, 2018 1 次提交
  5. 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
  6. 19 1月, 2018 1 次提交
  7. 18 1月, 2018 1 次提交
  8. 12 12月, 2017 1 次提交
  9. 28 11月, 2017 1 次提交
  10. 27 10月, 2017 1 次提交
  11. 20 10月, 2017 1 次提交
  12. 23 8月, 2017 1 次提交
  13. 18 8月, 2017 1 次提交
  14. 01 8月, 2017 1 次提交
  15. 12 7月, 2017 1 次提交
    • M
      Move API to own file · 63be84eb
      Matt Bierner 提交于
      Refactor TS Version detection and version picker for multiroot support
      
      Extracts the ts version detector and the TS version picker to their own files and cleans up their interfaces. This is the initial work to support a multiroot ts version picker
      63be84eb