You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connection.onDidChangeWatchedFiles(_change => {
// Monitored files have change in VS Code
connection.console.log('We received a file change event');
});
yesterday I found change vs code settings to use fs events can stop volar polling fs files.
#507 (comment)
But it seems not work when I restart vscode.
I don't know much about lsp, but from https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#implementing-a-language-server, there is some built in event we can use (maybe):
Vetur use this event too:
https://github.com/vuejs/vetur/blob/HEAD/server/src/services/vls.ts#L474
Can volar use this ?
The text was updated successfully, but these errors were encountered: