feat(client/server): watch .def files in the client file watcher

This commit is contained in:
2026-09-24 07:53:15 +02:00
parent ca7c23a0f6
commit 0666a87d15
+1 -1
View File
@@ -91,7 +91,7 @@ async function createServer(
}
// Options to control the language client
const tclFileWatcher = workspace.createFileSystemWatcher("**/*.{tcl,psc}")
const tclFileWatcher = workspace.createFileSystemWatcher("**/*.{tcl,psc,def}")
const clientOptions: LanguageClientOptions = {
// Register the server for python documents
documentSelector: isVirtualWorkspace()