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 Jun 19, 2024
2 parents 39f5af4 + cdcb010 commit 8d84d50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/vscode/ada/src/taskProviders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1049,9 +1049,8 @@ function updateToAlire(taskDef: SimpleTaskDef): SimpleTaskDef {
* Replace the entire command with `alr build`. Ignore project and
* scenario args because they are managed by ALIRE.
*
* TODO what about -cargs:ada -gnatef ?
*/
args.splice(0, args.length, 'build');
args.splice(0, args.length, 'build', '--', '-cargs:ada', '-gnatef');
} else if (taskDef == TASK_CLEAN_PROJECT.taskDef) {
/**
* Replace the entire command with `alr clean`. Ignore project and
Expand Down

0 comments on commit 8d84d50

Please sign in to comment.