Skip to content

Commit 25c09ae

Browse files
ekseHerringtonDarkholme
authored andcommitted
Remove shell when calling spawn
1 parent 9775f5a commit 25c09ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/search.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export function buildCommand(query: SearchQuery) {
139139
// TODO: multi-workspaces support
140140
return spawn(command, args, {
141141
cwd: uris[0],
142-
shell: process.platform === 'win32', // it is safe because it is end user input
143142
})
144143
}
145144

0 commit comments

Comments
 (0)