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
actually, after updating to the pre-release version (v1.7.6) of vscode-styled-components, i was able to get linting and intellisense working with custom tags (passed with @styled/typescript-styled-plugin), but syntax highlighting is still broken.
The docs mention that an array of
tags
can be specified with@styled/typescript-styled-plugin
.typescript-styled-plugin/README.md
Lines 122 to 127 in 4b3e454
However, I cannot get this to work. Adding, for example,
"foo"
to that array, I don't get syntax highlighting onfoo
like how I do withcss
.(I have tried installing
@styled/typescript-styled-plugin
andtypescript
in my deps, to no effect)I also cannot get other options to work, for example
validate
.I was able to get
validate
to work when usingtypescript-styled-plugin
instead of@styled/typescript-styled-plugin
, buttags
does not work.The README switches back and forth between the two plugin names so I'm not sure which one is right.
typescript-styled-plugin/README.md
Line 124 in 4b3e454
typescript-styled-plugin/README.md
Line 165 in 4b3e454
Environment info: pnpm workspaces, vscode, windows 11
The text was updated successfully, but these errors were encountered: