antonk52 / cssmodules-language-server

autocompletion and go-to-defintion for cssmodules
MIT License
54 stars 8 forks source link

Support comments in tsconfig files #24

Closed dhleong closed 3 months ago

dhleong commented 3 months ago

Per discussion in #23

Also includes a regex tweak because searching for the import path of rCss would also match something like regularCss (note the ending of the word). We can pull that out into a separate PR if you prefer, just have to tweak my tests here to not trigger that error.

antonk52 commented 3 months ago

Thanks, released in v1.3.2