Workbench
                                
                                 Workbench copied to clipboard
                                
                                    Workbench copied to clipboard
                            
                            
                            
                        Rust projects cannot be run
There is a regression in xdg-document-portal 1.18.2 https://github.com/flatpak/xdg-desktop-portal/issues/1234
It prevents Rust projects (the ones saved somewhere on the disk) from being Run.
Downgrading to xdg-document-portal 1.18.0 solves it. An other option is to give filesystem access to Workbench with Flatseal or
cd my-cool-project
flatpak override --user --filesystem=$PWD re.sonny.Workbench
# restart Workbench
https://github.com/workbenchdev/demos/pull/40