Skip to content

You can add commandType: "launch" pretty easily with this #66

@vrokolos

Description

@vrokolos
 if (vscode.workspace.workspaceFolders) {
            let folder = vscode.workspace.workspaceFolders[0];
            vscode.debug.startDebugging(folder, configName);
        }

I currently made an extention just for creating a command to launch+debug a specific launch configuration using commandbar without having to select it first.

You can easily integrate it into yours with just this code

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