mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-23 06:08:13 +08:00
12 lines
262 B
JSON
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"
|
|
}
|
|
]
|
|
} |