Closed franky47 closed 6 years ago
Nevermind, turns out I had "typescript.autoImportSuggestions.enabled": true
still set, which overrides AutoImport (and has non-configurable semicolons by default).
Now AutoImport on its own does not work, but since this project seems abandoned, I'll go with TS's semicolons.
Context
What I did Added this in VSCode global settings
Expected Imports without semicolon at the end of the line. Example:
Actual result Imports still have a semicolon at the end of the line.