mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-03 10:23:43 +00:00
C# language server: Account for spaces in path to .sln file
Potentially fixes #21
This commit is contained in:
@@ -77,7 +77,7 @@ class OmniSharp(LanguageServer):
|
||||
"ascii",
|
||||
"-z",
|
||||
"-s",
|
||||
slnfilename,
|
||||
f'"{slnfilename}"',
|
||||
"--hostPID",
|
||||
str(os.getpid()),
|
||||
"DotNet:enablePackageRestore=false",
|
||||
|
||||
Reference in New Issue
Block a user