Skip to content

Commit

Permalink
Merge branch 'topic/tasks.json' into 'master'
Browse files Browse the repository at this point in the history
Remove Ada tasks for .vscode/tasks.json file

See merge request eng/ide/ada_language_server!1561
  • Loading branch information
AnthonyLeonardoGracio committed May 6, 2024
2 parents 7792d39 + 918206e commit 9281244
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 9281244

Please sign in to comment.