Files
Anthony Leonardo Gracio e7d0f84bbc UC01-021: recompute predefined tasks when scenario vars change
The predefined tasks for gprbuild should be recomputed when the scenario
variables change, to provide the right command line when building.
2021-12-10 17:17:18 +01:00
..
2018-09-19 21:00:55 +03:00
2021-08-09 16:28:56 +03:00

Ada/SPARK for Visual Studio Code

Repository  |  Issues  |  Documentation  |  Code Samples  |  Tutorial

Build binaries GitHub tag (latest by date) VS Marketplace Open VSX Registry Gitpod ready-to-code

This extension provides support for Ada/SPARK programing language via Ada language server which utilizes Libadalang library.

Getting started

Ada compiler and debugger

The extension does not include an Ada compiler nor debugger. You will need to install these tools or use those already installed on your computer.

Popular Ada compilers are:

Make sure your compiler executable is in your platform path so the extension can find it. You can check availability of your Ada tools by opening the Integrated Terminal (Ctrl+`) in VS Code and try running the executable (for example gnatls -v).

Install the Language Support for Ada extension

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install AdaCore.ada

Documentation

Some useful links:

Feedback and Known Issues

File a bug or see known issues at github.