mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Fix removal of port label
This commit is contained in:
@@ -774,6 +774,7 @@ class RemoteExplorerService implements IRemoteExplorerService {
|
||||
}
|
||||
|
||||
setEditable(tunnelItem: ITunnelItem | undefined, editId: TunnelEditId, data: IEditableData | null): void {
|
||||
console.log('setting edit ' + data);
|
||||
if (!data) {
|
||||
this._editable = undefined;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user