mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Change setLocaleVariables to detectLocale
The setting is now an enum instead of boolean and defaults to auto which should provide better detection and not set in cases where it shouldn't. Fixes #80072
This commit is contained in:
@@ -182,7 +182,7 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
|
||||
this._variableResolver,
|
||||
isWorkspaceShellAllowed,
|
||||
pkg.version,
|
||||
terminalConfig.get<boolean>('setLocaleVariables', false),
|
||||
terminalConfig.get<string>('detectLocale', 'auto'),
|
||||
baseEnv
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user