mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
check for change
This commit is contained in:
@@ -194,6 +194,11 @@ export class ExtHostSCMInputBox implements vscode.SourceControlInputBox {
|
||||
|
||||
set visible(visible: boolean) {
|
||||
visible = !!visible;
|
||||
|
||||
if (this._visible === visible) {
|
||||
return;
|
||||
}
|
||||
|
||||
this._visible = visible;
|
||||
this._proxy.$setInputBoxVisibility(this._sourceControlHandle, visible);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user