mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 20:15:19 +02:00
feat: apply patch after setting up subtree
This commit is contained in:
@@ -112,6 +112,7 @@ export function sanitizeProcessEnvironment(env: IProcessEnvironment, ...preserve
|
||||
/^VSCODE_.+$/,
|
||||
/^SNAP(|_.*)$/,
|
||||
/^GDK_PIXBUF_.+$/,
|
||||
/^CODE_SERVER_.+$/,
|
||||
];
|
||||
const envKeys = Object.keys(env);
|
||||
envKeys
|
||||
|
||||
Reference in New Issue
Block a user