-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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"
]
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels