You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2023. It is now read-only.
TypescriptAddMissingImports seems to not work for javascript projects that don't specify the checkJs: true option in it's jsconfig.json.
This was mentioned in the deprecated version of this plugin:
Note: :TSLspImportAll depends on tsserver diagnostics, meaning that the function won't work for JavaScript files unless you set "checkJs": true inside tsconfig.json / jsconfig.json.
If that's still the case we should mention it here too.
TypescriptAddMissingImports seems to not work for javascript projects that don't specify the
checkJs: trueoption in it'sjsconfig.json.This was mentioned in the deprecated version of this plugin:
If that's still the case we should mention it here too.