clinyong / vscode-css-modules

https://marketplace.visualstudio.com/items?itemName=clinyong.vscode-css-modules
MIT License
143 stars 39 forks source link

fix: spread operator issues #69

Closed forivall closed 2 years ago

forivall commented 2 years ago

issue repro here: https://github.com/forivall/vscode-css-modules-issue-repro

from index.js use go to definition on _foo3. It tries to open a directory. I think this fixes that issue, but i havent tested yet.

clinyong commented 2 years ago

@forivall I have test it locally and works fine. Thanks for your fix. Sorry for reply you so late.