Skip to content

Commit 9af0750

Browse files
Pass shell option to prevent EINVAL error when starting client (#430)
1 parent e9b70ac commit 9af0750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/languageClientManager.ts

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function startClient(
5050
"language_server",
5151
clientOptions.workspaceFolder
5252
),
53+
options: { shell: true },
5354
};
5455

5556
// If the extension is launched in debug mode then the `debug` server options are used instead of `run`

0 commit comments

Comments
 (0)