sublimelsp / LSP-volar

Vue support for Sublime's LSP plugin
MIT License
84 stars 7 forks source link

LSP needs restart to be up-to-date with *.ts imports #205

Closed brachkow closed 10 months ago

brachkow commented 10 months ago

LSP needs restart to be up-to-date with *.ts imports.

If I import something from *.ts file into Vue, and then edit — LSP will show me outdated information until I restart it via command palette.

brachkow commented 10 months ago

Oh, I found mention of this in README — https://github.com/vuejs/language-tools/issues/3229

rchl commented 10 months ago

Yes, upstream issue.