There is really no good documentation on how Vala and Visual Studio Code work together for a newbie to Vala and VSCode.
When trying to work with vala projects on the command line(Ubuntu 20.04), doing a build is as simple as running meson and ninja. What I am looking for is how this then maps to VSCode. Basically how do I take my folder of vala code with its meson scripts and integrate it into the build/debug system of vscode.
I tried the extensions available for Vala on the marketplace and I get syntax highlighting. Beyond that I am looking for how to get VSCode to run the meson and ninja scripts and debugging. Thanks!
(Trying to debug some GNOME desktop apps)