mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 02:43:11 -05:00
* 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