-
Notifications
You must be signed in to change notification settings - Fork 58
False errors shown for @apply #82
Comments
https://github.com/Microsoft/typescript-styled-plugin#linting it works as a workaround {
"compilerOptions": {
"plugins": [
{
"name": "typescript-styled-plugin",
"validate": false
}
]
}
} |
@mjbvz package.json in this project (typescript-style-plugin@0.15.0) points vscode-css-languageservice at ~4.0.2, so there is no need to do anything in theory. Updating dependencies of typescript-lit-html-plugin and vscode-lit-html will be work. |
Closing as this package has been deprecated in favor of the official styled-components/typescript-styled-plugin fork After updating to that fork, follow up in the styled-components repo if this is still an issue |
From mjbvz/vscode-lit-html#45
Repo
For the code:
Bug
False errors reported
This is likely caused by us using the scss language to get the errors instead of normal css language service
The text was updated successfully, but these errors were encountered: