Skip to main content


A new version of Workbench is out.

Highlights are

• Show #Vala diagnostics by @lw64
• Reset window preview on close
• Warn about Blueprint being experimental
• Fix loading and running code with Blueprint UI
• Fix preview error when using Vala

https://beta.flathub.org/apps/details/re.sonny.Workbench

#GNOME #GTK #Linux #development
in reply to Sonny

A bug made it's way in and the application wouldn't start if a component was missing. Fixed in 43.2 available now on Flathub. Thank you @lw64 and @hub for the help.
in reply to Sonny

@hub It used the Vala language server from the @vala_lang Flatpak Sdk. Which works perfectly if you have it installed. Unfortunately most people don't, and therefore Workbench did not work correctly.

And because you cannot make a Flatpak app depend on an extension, so it gets installed automatically, the best option we took is to bundle the language server inside Workbench, so the Sdk is not required.

Enjoy the diagnostics! :)