runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
314 stars 35 forks source link

[vscode-lit-plugin] Typescript 5.1 Missing import warning for <my-element> doesn't work #313

Closed herberthobregon closed 7 months ago

herberthobregon commented 1 year ago

@rictic Missing import for still doesn't work with latest typescript version

abenz1267 commented 1 year ago

not only that, i think no linting is working. f.e. having css with cur: ointer should result in a warning/error as well. It doesnt!

Typescript 4.9.3 is the last official version that works.

Galbrain commented 8 months ago

Me and my colleagues the same issue still.

herberthobregon commented 8 months ago

Currently I use 4.7.4. I'm waiting for this problem to be solved

benjamind commented 7 months ago

This is also causing problem for us on some rather large projects at Adobe....Is this plugin pretty much abandoned at this point for the work going on in the main lit project or is there hope for a fix here?

benjamind commented 7 months ago

Reproduction here: https://github.com/benjamind/vscode-lit-plugin-313-repro

Seems to be related to tsconfig.json module setting being present.