mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
@@ -963,7 +963,6 @@ 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