Gitlens extension will open a virtual file to see the file change, and the file path will be
\<xxx@d2fe7bb>\src\components\xxx.vue.
This will cause Could not find file and make the Vue language Server Connection got disposed.
May be should add a ignore file list?
.vue file(May be need typescript)I have open a issue on gitlens.
https://github.com/eamodio/vscode-gitlens/issues/557
@octref I'm not sure if GitLens can do anything to prevent this -- as I now have a custom git file system provider for the gitlens: scheme. Let me know if I can help in any way on this.
@eamodio I think it's a bug on my side. I should find a way to only track files that have file:// scheme. Anyway Vetur shouldn't crash.
Is this error exist in new version?
Most helpful comment
@eamodio I think it's a bug on my side. I should find a way to only track files that have
file://scheme. Anyway Vetur shouldn't crash.