You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration/vscode/ada/media/build.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,5 @@ You can find them by using the [`Tasks: Run Task`](command:workbench.action.task
4
4
Use the [`ada: Build current project`](command:workbench.action.tasks.runTask?%22ada%3A%20Build%20current%20project%22) task to build your project.
5
5
6
6
If you would like to customize a task, for example by providing additional command line arguments, you can use the gear icon on the right-hand side of a task and edit it in your workspace's `tasks.json` file.
7
+
8
+
The [Alire](https://alire.ada.dev/) package manager for Ada and SPARK is also supported seamlessly. If it is available in the environment and if your project is an Alire crate, then all tasks will automatically use Alire.
0 commit comments