Skip to content

VSCode support in generated layout #35

@pelikhan

Description

@pelikhan

If you drop a .vscode/tasks.json file with the following content, a user can simply do Ctrl+Shift+B to build in VS Code.

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "build",
            "type": "shell",
            "command": "python build.py",
            "problemMatcher": [
                "$msCompile"
            ]
        }
    ]
}

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