-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
The code compiles OK, but in VS Code the plugin doesn't seem to be working.
As Microsoft docs said, I add the line
"typescript.tsdk": "node_modules\\typescript\\lib"
in my workspace settings. Also I tried "the alternative usage" adding this
{
"typescript.tsserver.pluginPaths": ["typescript-plugin-css-modules"]
}
to global settings.
I know that I am using the Workspace Typescript Version:

It's a Create React App.
Thanks in advance for any help.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested

