GoLand + github code space + Rust: console output not captured
Description When I run GoLand inside Github spaces with Rust Plugin, I can't see console output. But I can see it when I use Debug. Steps to reproduce
- create githup space over rust project repository (I've used this one: https://github.com/Mart-Bogdan/dirstat-rs )
- Open it with JB Gateway using GoLand (no Clion available)
- Install rust plugins: didn't have any affect, they don't activate
- Go to
Cargo.tomlfile, Ide asks to install Toml plugin -- agree - Go to src any *.rs file -- IDE asks to install Rust plugin -- agree
- Launch run -- see: "Nothing to show"
Screenshot

Screenshot

Impact Partially usable. Troubles with plugins. Additional context OS: Linux OS Version: 5.15.78-1-manjaro OS Architecture: amd64 Java Version: 17.0.5 Java Runtime Version: 17.0.5+7-b469.67 Java Vendor: JetBrains s.r.o. Available CPUs: 16 Max Memory: 536870912 Free Memory: 33242624 Total Memory: 161480704 IDE Version: 2022.2.4 IDE: JetBrains Gateway 2022.2.4 Plugin Version: 0.2.0.950 Plugin path: /home/winnie/.local/share/JetBrains/Toolbox/apps/Gateway/ch-0/222.4459.11.plugins/github-codespaces-gateway Plugin ID: com.github.codespaces.jetbrains.gateway
Thanks for the report @Mart-Bogdan! This is likely an issue with the GoLand IDE, not the Codespaces plugin. I have passed this info along to JetBrains so that they are aware of it.
Thanks!