Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-merge committed May 7, 2024
2 parents 735cd7b + 9281244 commit a4f1818
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "gprbuild",
"args": ["-p", "-P", "${config:ada.projectFile}", "-cargs", "-gnatef"],
"problemMatcher": ["$ada"],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Run tests",
"type": "shell",
"command": "make check",
"problemMatcher": ["$ada"],
"group": "test"
},
{
"type": "shell",
"label": "ada: Compile current file",
"command": "gprbuild",
"args": [
"-q",
"-f",
"-c",
"-u",
"${file}",
"-P",
"${config:ada.projectFile}",
"-cargs",
"-gnatef"
],
"problemMatcher": "$ada",
"presentation": {
"echo": true,
"reveal": "silent",
"revealProblems": "onProblem",
"focus": false,
"panel": "shared",
"showReuseMessage": true,
"clear": true
}
},
{
"type": "ada",
"configuration": {
Expand Down

0 comments on commit a4f1818

Please sign in to comment.