Open fbricon opened 1 year ago
I cannot reproduce the issue since on Windows, the 'workspace/didChangeWatchedFiles' is never send when include
folder is deleted. I need to name with include.html
(to follow pattern FileSystemWatcher from Qute LS ) to have ta notification but only with folder which is deleted and not with html files deleted.
I create an issue at https://github.com/microsoft/vscode-languageserver-node/issues/1317 to understand more the LSP specification. @rgrunber have you some idea?
@fbricon have you this error in vscode too?
If you have a
page.qute.html
with an include likeAfter deleting the
includes
directory, savingpage.qute.html
shows Qute LS throwing an exception: