allegro / typescript-strict-plugin

Typescript plugin that allows turning on strict mode in specific files or directories.
MIT License
332 stars 29 forks source link

The plugin causes TS Server to fail when switching typescript versions #38

Open conradkoh-fp opened 2 years ago

conradkoh-fp commented 2 years ago

Reproduction Steps:

  1. Set the typescript version to the vs code's version (using select typescript version - "Cmd + Shift + P > Select Typescript Version")
  2. Reload the window
  3. Set the typescript version to use the workspace's version
  4. Attempt to do a move a file that is imported by another file

Expected: The window for automatic import update should show

Actual: The window to ask for automatic imports update doesn't come up If you do a full window reload, everything works as expected

kamkry commented 2 years ago

It doesn't look like it was the plugin's fault, could you send more details about your environment? OS, VSCode version, TS version, maybe we would be able to help you with this