Make pylsp run with check-parent-process

This commit is contained in:
Quinten Kock 2025-12-06 05:10:46 +01:00
parent 54af507f1d
commit 4a245fbe9e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const lspServers = new Map<string, LspEntry>();
// simple fallback mapping for a few languages — prefer env overrides
const fallbackServerForLanguage: Record<string, string | undefined> = {
typescript: "npx typescript-language-server --log-level 4 --stdio",
python: "pylsp",
python: "pylsp --check-parent-process",
};
function ensureLspForKey(