We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b70ac commit 9af0750Copy full SHA for 9af0750
src/languageClientManager.ts
@@ -50,6 +50,7 @@ function startClient(
50
"language_server",
51
clientOptions.workspaceFolder
52
),
53
+ options: { shell: true },
54
};
55
56
// If the extension is launched in debug mode then the `debug` server options are used instead of `run`
0 commit comments