Skip to content

Commit 8f55619

Browse files
committed
disable environmentChangesIndicator for now
1 parent cf8ac94 commit 8f55619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ const terminalConfiguration: IConfigurationNode = {
301301
localize('terminal.integrated.environmentChangesIndicator.on', "Enable the indicator."),
302302
localize('terminal.integrated.environmentChangesIndicator.warnonly', "Only show the warning indicator when a terminal's environment is 'stale', not the information indicator that shows a terminal has had its environment modified by an extension."),
303303
],
304-
default: 'warnonly'
304+
default: 'off'
305305
},
306306
[TerminalSettingId.EnvironmentChangesRelaunch]: {
307307
markdownDescription: localize('terminal.integrated.environmentChangesRelaunch', "Whether to relaunch terminals automatically if extension want to contribute to their environment and have not been interacted with yet."),

0 commit comments

Comments
 (0)