Skip to content

The debug launcher doesn't wrap the workspace directory in quotes when it has spaces in it #523

@jamstone

Description

@jamstone

In debugger.ts, initializeRequest() builds the command out without consideration for spaces in the workspace folder.

This is easily fixed by changing:

    program += " " + getWorkspaceFolder();

to

    program += " \"" + getWorkspaceFolder() + "\"";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions