Sebastian Schwarz
Results
2
comments of
Sebastian Schwarz
this was solved in the dependency already: https://github.com/microsoft/vscode-css-languageservice/pull/279 Not sure how well this analyzer is still supported, but updating the dependencies would solve it in my understanding
Meanwhile I added an override to my package.json to overcome this: ``` "devDependencies": { "ts-lit-plugin": "^2.0.2", "typescript": "~5.5.3", "vite": "^5.3.4" }, "overrides": { "ts-lit-plugin": { "lit-analyzer": { "vscode-css-languageservice": "latest" }...