-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
在 https://github.com/SuperMonster003/AutoJs6-VSCode-Extension/blob/master/src/extension.ts#L581的位置改一下
vscode.window.showInformationMessage(`${device.host}AutoJs6 设备断开: ${device}`);
const chn = deviceChannel[device.deviceId];
if (chn) {
chn.dispose();
delete deviceChannel[device.deviceId];
const firstValue = Object.values(deviceChannel)[0];
if (firstValue) {
firstValue.show(true);
}
}
connectedServerAdb.delete(device.adbDeviceId);
connectedServerLan.delete(device.host);
这样多设备连接,其中某个断了vscode的链接列表能自动移除
Metadata
Metadata
Assignees
Labels
No labels