-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
When connecting to IDA and clicking the path InputBox away the resulting workspace is undefined
idacode/idacode/src/extension.ts
Lines 46 to 53 in 4209b63
| const workspaceFolder = await vscode.window.showInputBox({ | |
| prompt: 'Enter the path to the folder containing the script', | |
| value: currentFolder | |
| }); | |
| socket.send({ | |
| event: Event.SetWorkspace, | |
| path: workspaceFolder | |
| }.toBuffer()); |
Metadata
Metadata
Assignees
Labels
No labels

