-
Notifications
You must be signed in to change notification settings - Fork 65
Set workspace specific environment variables
Anthony Leonardo Gracio edited this page Sep 9, 2022
·
7 revisions
This small tutorial will help you to create a workspace-specific environment, allowing you to set and/or modify environment variables for your project (e.g: put the needed toolchain in front of your PATH).
This is particularly useful when working on remote machines in order to avoid modifying the environment globally just to work on a given project.
To successfully complete this tutorial, you must do the following:
-
Install Visual Studio Code.
-
Install the Ada extension for VS Code. You can install the Ada extension by searching for 'adacore' in the Extensions view (
Ctrl+Shift+X). -
Have a an installed GNAT toolchain for your platform (see here for more information on how to install it)
TODO