We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800d4a8 commit 0a0f974Copy full SHA for 0a0f974
src/vscode-bicep/src/language/client.ts
@@ -42,7 +42,7 @@ async function launchLanguageService(
42
getLogger().debug(`Found language server at '${languageServerPath}'.`);
43
44
const serverExecutable: lsp.Executable = {
45
- command: path.basename(dotnetCommandPath),
+ command: `.${path.sep}${path.basename(dotnetCommandPath)}`,
46
args: [languageServerPath],
47
options: {
48
cwd: path.dirname(dotnetCommandPath),
0 commit comments