Remove scm.focus proposal

As discussed in #119904, we're going to use commands for this instead. Removing the proposal
This commit is contained in:
Matt Bierner
2021-11-09 18:16:12 -08:00
parent 5f69af1309
commit 6816d7ea7a
2 changed files with 0 additions and 22 deletions

View File

@@ -266,16 +266,6 @@ export class ExtHostSCMInputBox implements vscode.SourceControlInputBox {
// noop
}
focus(): void {
checkProposedApiEnabled(this._extension);
if (!this._visible) {
this.visible = true;
}
this._proxy.$setInputBoxFocus(this._sourceControlHandle);
}
showValidationMessage(message: string | vscode.MarkdownString, type: vscode.SourceControlInputBoxValidationType) {
checkProposedApiEnabled(this._extension);