VSCode: Vala Development
How to setup VSCodium (Open Source Visual Studio Code) for Vala development.
Last updated
Was this helpful?
How to setup VSCodium (Open Source Visual Studio Code) for Vala development.
Last updated
Was this helpful?
Install VSCodium from deb package (as documented on ).
Add the GPG key of the repository:
Add the repository:
Update package information and install vscodium:
To begin with, you need to install the :
Visit the and click "Download Extension" (a *.vsix file)
Run VSCodium
From within VSCodium, open the Extensions tab (Ctrl + Shift + X
)
Click ... > Install from VSIX...
on top of the Extensions sidebar
Select the previously downloaded *.vsix file and click Install
Run VSCodium
From within VSCodium, open the Extensions tab (Ctrl + Shift + X
)
Click ... > Install from VSIX...
on top of the Extensions sidebar
Select the previously downloaded *.vsix file and click Install
Make sure to restart VSCodium and then you are nearly ready to start: When you start the debugger the first time in a project, it will ask for a run configuration. Here's a minimal one which should be enough to get you started:
Now you can install the . For this, open a Terminal and execute the following command:
Install the :
Visit the and click "Download Extension" (a *.vsix file)
Now you can install the . For this, open a Terminal and execute the following command:
If you want to know more, make sure to have a look at the .