Multirious
Multirious
+1. This is also problematic on Helix editor. https://github.com/helix-editor/helix/issues/2430 Helix also dumped out a lot of `received malformed notification from Language Server: Unhandled` that has been coming from OmniSharp too....
Update: I've done a `wsl --unregister debian`. and got a new, fresh, and hot Debian. I've done: Installed Rust first through this default installer and proceed default installation. ```sh sudo...
I'ved modified the unsafe version a bit to account for children. The added part can be used for the safe version because it do not uses any unsafe block. -...
I have been cross compiling for awhile and the startup time when launching for the first time after build does take a very long time. But launching for the second...
How should Rust-Analyzer be configured? I've setup a project-scoped `.cargo/config.toml` in WSL that has the config: ```rust [build] target-dir = "C:\\Users\\USER\\bevy_builds" ``` My WSL Rust-Analyzer just straight up create a...
I've restructured my projects directory for a bit. Having 2 builds for both Windows and Linux will probably took a bit of space but worth the trade-off. Anyways this works...