Skip to content

Commit

Permalink
Fix VSCode starting daml IDE (#19732)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-williams-da authored Aug 12, 2024
1 parent ef6425d commit 9e08ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/compiler/daml-extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function createLanguageClient(
{
args: serverArgs,
command: command,
options: { cwd: vscode.workspace.rootPath },
options: { cwd: vscode.workspace.rootPath, shell: true },
},
clientOptions,
true,
Expand Down

0 comments on commit 9e08ea5

Please sign in to comment.