mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-03 04:56:44 +01:00
5be9e9e7ee
* 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