Skip to content

Commit 9e9b9fd

Browse files
committed
rm duplicated line
1 parent a85dd8c commit 9e9b9fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ Registry.as<IConfigurationMigrationRegistry>(WorkbenchExtensions.ConfigurationMi
672672
key: TerminalSettingId.EnableBell,
673673
migrateFn: (enableBell, accessor) => {
674674
const configurationKeyValuePairs: ConfigurationKeyValuePairs = [];
675-
configurationKeyValuePairs.push([TerminalSettingId.EnableBell, { value: undefined }]);
676675
let announcement = accessor('accessibility.signals.terminalBell')?.announcement ?? accessor('accessibility.alert.terminalBell');
677676
if (announcement !== undefined && typeof announcement !== 'string') {
678677
announcement = announcement ? 'auto' : 'off';

0 commit comments

Comments
 (0)