We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5799b3 commit 9345b0dCopy full SHA for 9345b0d
.vscode/tasks.json
@@ -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