Skip to content

Commit 08b8940

Browse files
committed
Trim Windows list down based on review
1 parent 3447575 commit 08b8940

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/client/stdio.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,17 @@ export type StdioServerParameters = {
2929
export const DEFAULT_INHERITED_ENV_VARS =
3030
process.platform === "win32"
3131
? [
32-
"ALLUSERSPROFILE",
3332
"APPDATA",
3433
"HOMEDRIVE",
3534
"HOMEPATH",
3635
"LOCALAPPDATA",
37-
"NUMBER_OF_PROCESSORS",
38-
"OS",
3936
"PATH",
40-
"PATHEXT",
4137
"PROCESSOR_ARCHITECTURE",
4238
"SYSTEMDRIVE",
4339
"SYSTEMROOT",
4440
"TEMP",
45-
"TMP",
4641
"USERNAME",
4742
"USERPROFILE",
48-
"WINDIR",
4943
]
5044
: /* list inspired by the default env inheritance of sudo */
5145
["HOME", "LOGNAME", "PATH", "SHELL", "TERM", "USER"];

0 commit comments

Comments
 (0)