Skip to content

Commit d547a3c

Browse files
committed
disable environmentChangesIndicator for now
1 parent 9786afa commit d547a3c

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
@@ -451,7 +451,7 @@ export const terminalConfiguration: IConfigurationNode = {
451451
localize('terminal.integrated.environmentChangesIndicator.on', "Enable the indicator."),
452452
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."),
453453
],
454-
default: 'warnonly'
454+
default: 'off'
455455
},
456456
'terminal.integrated.environmentChangesRelaunch': {
457457
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)