Skip to content

Works fine in compilation, problem with VS Code #113

@mmanna3

Description

@mmanna3

The code compiles OK, but in VS Code the plugin doesn't seem to be working.

image

image

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:
image

It's a Create React App.

Thanks in advance for any help.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions