Skip to content

Commit 1a5ff8e

Browse files
fix
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 1bfac67 commit 1a5ff8e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

code/src/vs/platform/shell/node/shellEnv.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,6 @@ async function doResolveUnixShellEnv(logService: ILogService, token: Cancellatio
134134
ELECTRON_NO_ATTACH_CONSOLE: '1',
135135
VSCODE_RESOLVING_ENVIRONMENT: '1'
136136
};
137-
if (stripLdLibraryPath) {
138-
// Keep bundled runtime libs for server startup, but do not leak che-code-specific
139-
// runtime paths into the integrated terminal environment.
140-
const sanitizedLdLibraryPath = stripCheCodeLdLibraryPath(env['LD_LIBRARY_PATH']);
141-
if (sanitizedLdLibraryPath) {
142-
env['LD_LIBRARY_PATH'] = sanitizedLdLibraryPath;
143-
} else {
144-
delete env['LD_LIBRARY_PATH'];
145-
}
146-
}
147137

148138
logService.trace('getUnixShellEnvironment#env', env);
149139
const systemShellUnix = await getSystemShell(OS, env);

0 commit comments

Comments
 (0)