Enable daemon mode for Roslyn LSP

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Barbet
2026-08-25 15:25:21 -07:00
parent 1b896e91fe
commit 886a050992
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
"--prerelease",
"--",
"--stdio",
"--daemon-mode",
"--autoLoadProjects"
],
"extensionToLanguage": {
+1
View File
@@ -8,6 +8,7 @@
"--prerelease",
"--",
"--stdio",
"--daemon-mode",
"--autoLoadProjects"
],
"cwd": "${PLUGIN_ROOT}",