We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2100c commit f776be9Copy full SHA for f776be9
1 file changed
src/plugin.js
@@ -75,6 +75,7 @@ export async function spawnServer(opts, killOnExit = true) {
75
filepath
76
],
77
{
78
+ cwd: path.dirname(opts.filepath),
79
env: Object.assign({}, process.env, { LANG: getLang() }),
80
stdio: ["ignore", "ignore", "inherit"],
81
detached: true
0 commit comments