vscode-css-modules icon indicating copy to clipboard operation
vscode-css-modules copied to clipboard

Path Alias Doesn't Work With Wildcard

Open Ocraftyone opened this issue 2 years ago • 0 comments

Hello. There is no way to have a path alias with no prefix.

"cssModules.pathAlias": { "*": "${workspaceFolder}/frontend/styles" }

"paths": { "*": ["styles/*"] },

import cssModule from "Style.module.css"

This setup results in no autocomplete.

Ocraftyone avatar Apr 08 '23 09:04 Ocraftyone