fix broken SCM view

This commit is contained in:
Joao Moreno
2021-12-09 21:57:47 +01:00
parent d9fa2b1213
commit ac035214a7
2 changed files with 3 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ export class ExtHostSCMInputBox implements vscode.SourceControlInputBox {
}
set value(value: string) {
value = value ?? '';
this._proxy.$setInputBoxValue(this._sourceControlHandle, value);
this.updateValue(value);
}