Add persistent index, incremental reparse, and .def language support #44

Merged
Christoph merged 12 commits from performance into main 2026-09-24 05:54:11 +00:00
Showing only changes of commit 0666a87d15 - Show all commits
+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()