remove unused entry (#162237)

fix 162230
This commit is contained in:
Megan Rogge 2022-09-28 11:07:38 -07:00 committed by GitHub
parent 0f6d665434
commit 06f29ea59f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -496,6 +496,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
}
await this._configurationService.updateValue(TerminalSettingId.ShellIntegrationDecorationsEnabled, newValue);
});
quickPick.ok = false;
quickPick.show();
}
}