mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 16:50:30 -04:00
Merge from vscode 1ec43773e37997841c5af42b33ddb180e9735bf2
This commit is contained in:
@@ -692,6 +692,7 @@ export class RepositoryPane extends ViewPane {
|
||||
const label = binding ? binding.getLabel() : (platform.isMacintosh ? 'Cmd+Enter' : 'Ctrl+Enter');
|
||||
const placeholderText = format(this.repository.input.placeholder, label);
|
||||
|
||||
this.inputEditor.updateOptions({ ariaLabel: placeholderText });
|
||||
placeholderTextContainer.textContent = placeholderText;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user