Workbench icon indicating copy to clipboard operation
Workbench copied to clipboard

Code playground for GNOME 🛠️

Results 118 Workbench issues
Sort by recently updated
recently updated
newest added

Weird things I've seen: - it seems to use my local Rust compiler, rather then the one in the flatpak - it creates local target directories even though I specify...

Many other prototyping tools for UI frameworks have the option to run in the browser to make it easier to share examples or work without setting up a local development...

* [ ] Figure out why it only works when restoring sessions at startup * [ ] Implement for Vala/Python (gi ?) * [ ] Do not remove icon-development-kit yet...

Fixes #881 It still takes a bit until diagnostics arrive, but this way error messages from `cargo` are included as well. Also moves the target dir to a common place,...

In https://github.com/workbenchdev/Workbench/pull/868 we added rust-analyzer LSP support. For some reason it only does syntax diagnostics, not types.

rust

This PR, lays the foundation to introduce an LSP for the python language. Pylsp is packaged as a flatpak module and included in the build tree for the Devel version...

See https://github.com/sonnyp/Workbench/pull/736#discussion_r1376062117 Let's discuss what's best first

help wanted

According to https://github.com/flathub/org.freedesktop.Sdk.Extension.rust-stable > Note: llvm13 is needed until there is a release of gcc12.1. As soon as gcc12.1 is in the freedesktop sdk, gcc can be used instead of...

rust

Currently we "return" if there is no code. But we should at least rerender the preview in case auto reload is diabled.

bug