We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am use typescript-plugin-css-modules to make IntelliSense for css modules.
typescript-plugin-css-modules
What i do with the vscode's ts server:
"plugins": [{"name": "typescript-plugin-css-modules"}]
compilerOptions
workspace version
All is work right, if i import the css modules file, have auto complete for the available classnames.
But if i enable the TypeScript Vue Plugin or disable it and use take over mode, have no IntelliSense of classnames.
TypeScript Vue Plugin
take over mode
I tried to change volar typescript version to workspace version, still doesn't work.
Is it volar's ts server not load the plugins that configured in the tsconfig.json?
The text was updated successfully, but these errors were encountered:
Yes. 👀
Sorry, something went wrong.
For TS plugin supports, please track #1005.
No branches or pull requests
I am use
typescript-plugin-css-modules
to make IntelliSense for css modules.Not with volar
What i do with the vscode's ts server:
typescript-plugin-css-modules
"plugins": [{"name": "typescript-plugin-css-modules"}]
tocompilerOptions
workspace version
typescript.All is work right, if i import the css modules file, have auto complete for the available classnames.
Broken with volar
But if i enable the
TypeScript Vue Plugin
or disable it and usetake over mode
, have no IntelliSense of classnames.I tried to change volar typescript version to
workspace version
, still doesn't work.Is it volar's ts server not load the plugins that configured in the tsconfig.json?
The text was updated successfully, but these errors were encountered: