Skip to content

Commit 9e7b2b8

Browse files
committed
change the scope to window
1 parent da818d1 commit 9e7b2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/output/browser/output.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
322322
type: 'boolean',
323323
description: nls.localize('output.smartScroll.enabled', "Enable/disable the ability of smart scrolling in the output view. Smart scrolling allows you to lock scrolling automatically when you click in the output view and unlocks when you click in the last line."),
324324
default: true,
325-
scope: ConfigurationScope.APPLICATION,
325+
scope: ConfigurationScope.WINDOW,
326326
tags: ['output']
327327
}
328328
}

0 commit comments

Comments
 (0)