quickjs/.vscode/tasks.json
2023-02-01 15:56:48 +08:00

12 lines
262 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "gcc build active file",
"type": "shell",
"command": "make qjs-debug"
}
]
}