diff --git a/src/plugin.js b/src/plugin.js index 71d2030b..025cf799 100644 --- a/src/plugin.js +++ b/src/plugin.js @@ -71,7 +71,8 @@ export async function spawnServer(opts, killOnExit = true) { const options = { env: Object.assign({}, process.env, { LANG: getLang() }), stdio: ["ignore", "ignore", "inherit"], - detached: true + detached: true, + shell: true // TODO: allow user to select shell }; if (opts.filepath) {