Skip to content

Commit 89589cd

Browse files
committed
disable environmentChangesIndicator for now
1 parent 12837d8 commit 89589cd

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
@@ -329,7 +329,7 @@ const terminalConfiguration: IConfigurationNode = {
329329
localize('terminal.integrated.environmentChangesIndicator.on', "Enable the indicator."),
330330
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."),
331331
],
332-
default: 'warnonly'
332+
default: 'off'
333333
},
334334
[TerminalSettingId.EnvironmentChangesRelaunch]: {
335335
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)