Skip to content

Commit cda727e

Browse files
committed
inherit env
1 parent b01376e commit cda727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async function doStartServer() {
149149
serverOptions = {
150150
command: configExecutablePath,
151151
args: [],
152-
options: { env: {} }
152+
options: { env: process.env }
153153
};
154154

155155
let parameters = config.get<string[]>("emmylua.ls.startParameters");

0 commit comments

Comments
 (0)