Skip to content

Commit

Permalink
Add shell: true option for modern Node/VSCode
Browse files Browse the repository at this point in the history
Fixes flow#458
  • Loading branch information
edemaine committed Dec 16, 2024
1 parent 9e92321 commit 96004b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/FlowLanguageClient/FlowLanguageClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export default class FlowLanguageClient {
// auto stop flow process
config.stopFlowOnExit ? '--autostop' : null,
].filter(Boolean),
options: { shell: true },

// see: clientOptions.workspaceFolder below
// options: { cwd: flowconfigDir },
Expand Down

0 comments on commit 96004b7

Please sign in to comment.