10000 build task for vs code · Z80coder/datalog-cpp@9345b0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9345b0d

Browse files
committed
build task for vs code
1 parent e5799b3 commit 9345b0d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.vscode/tasks.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"label": "echo",
8+
"type": "shell",
9+
"command": "make",
10+
"problemMatcher": [],
11+
"group": {
12+
"kind": "build",
13+
"isDefault": true
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)
0