-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support analysis / types with Rust Analyzer #883
base: main
Are you sure you want to change the base?
Conversation
Fixes #881 It still takes a bit until diagnostics arrive, but this way error messages from `cargo` are included as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I shouldn't be necessary to do anything special, but I also noticed that it doesn't always work on my machine. Before merging, we should also look out if this PR introduces regressions. If yes, maybe we just merge a subset of it. |
Before this change, Workbench installed via Flatpak was not able to run Vala demos that required Shumate, Libportal or Libspelling because their header files were removed by the cleanup process. The versions of Workbench that are run from Builder or flatpak-vscode can actually compile and execute this demos because they don't do any clean-up, and therefore none of the header files are deleted, which is probably why this issue went unnoticed for quite some time even when porting the affected demos to Vala. In order to test this changes and compare them with the current version of Workbench, it is necessary to export a bundle and install it, so the cleanup process is actually done. Closes #885
`libxmljs` one of our nodejs dependencies requires a C++ compiler
Co-authored-by: Sonny Piers <[email protected]> Co-authored-by: Marco Capypara Köpcke <[email protected]>
Co-authored-by: Sonny Piers <[email protected]>
This commit adds my name to the contributor list for #857 Thanks so much for the patience and help I received from you @sonnyp @theCapypara
We only support English
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, similar to how we do it when we compile Rust.