Skip to content

Commit

Permalink
Pass shell option to prevent EINVAL error when starting client (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheredoipressnow authored Aug 2, 2024
1 parent e9b70ac commit 9af0750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languageClientManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function startClient(
"language_server",
clientOptions.workspaceFolder
),
options: { shell: true },
};

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

0 comments on commit 9af0750

Please sign in to comment.