runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
317 stars 36 forks source link

doesn't work anymore #301

Closed alimrb closed 1 year ago

alimrb commented 1 year ago

All the features stopped after last vs-code update:

Version: 1.77.0 (user setup) Date: 2023-03-29T10:02:16.981Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 Sandboxed: No

alimrb commented 1 year ago

Name: lit-plugin Id: runem.lit-plugin Description: Syntax highlighting, type checking and code completion for lit-html Version: 1.2.4 Publisher: Rune Mehlsen VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=runem.lit-plugin

dlin-me commented 1 year ago

As one of the issues reported 4 months ago indicated, this plugin does not work with Typescript v5. Recent vscode update sets typescript v5 by default. You can set the version to v4.xx and it will work again.

alimrb commented 1 year ago

As one of the issues reported 4 months ago indicated, this plugin does not work with Typescript v5. Recent vscode update sets typescript v5 by default. You can set the version to v4.xx and it will work again.

Yes, problem solved. Thanks.