Skip to content

Commit a4f1818

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents 735cd7b + 9281244 commit a4f1818

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,13 @@
11
{
22
"version": "2.0.0",
33
"tasks": [
4-
{
5-
"label": "build",
6-
"type": "shell",
7-
"command": "gprbuild",
8-
"args": ["-p", "-P", "${config:ada.projectFile}", "-cargs", "-gnatef"],
9-
"problemMatcher": ["$ada"],
10-
"group": {
11-
"kind": "build",
12-
"isDefault": true
13-
}
14-
},
154
{
165
"label": "Run tests",
176
"type": "shell",
187
"command": "make check",
198
"problemMatcher": ["$ada"],
209
"group": "test"
2110
},
22-
{
23-
"type": "shell",
24-
"label": "ada: Compile current file",
25-
"command": "gprbuild",
26-
"args": [
27-
"-q",
28-
"-f",
29-
"-c",
30-
"-u",
31-
"${file}",
32-
"-P",
33-
"${config:ada.projectFile}",
34-
"-cargs",
35-
"-gnatef"
36-
],
37-
"problemMatcher": "$ada",
38-
"presentation": {
39-
"echo": true,
40-
"reveal": "silent",
41-
"revealProblems": "onProblem",
42-
"focus": false,
43-
"panel": "shared",
44-
"showReuseMessage": true,
45-
"clear": true
46-
}
47-
},
4811
{
4912
"type": "ada",
5013
"configuration": {

0 commit comments

Comments
 (0)