Skip to content

Workspace is "undefined" when skipping InputBox #42

@0blu

Description

@0blu

When connecting to IDA and clicking the path InputBox away the resulting workspace is undefined

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());

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions