codespaces-jetbrains-feedback icon indicating copy to clipboard operation
codespaces-jetbrains-feedback copied to clipboard

GoLand + github code space + Rust: console output not captured

Open Mart-Bogdan opened this issue 3 years ago • 1 comments

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

  1. create githup space over rust project repository (I've used this one: https://github.com/Mart-Bogdan/dirstat-rs )
  2. Open it with JB Gateway using GoLand (no Clion available)
  3. Install rust plugins: didn't have any affect, they don't activate
  4. Go to Cargo.toml file, Ide asks to install Toml plugin -- agree
  5. Go to src any *.rs file -- IDE asks to install Rust plugin -- agree
  6. Launch run -- see: "Nothing to show"
Screenshot

image

7. Launch in Debug mode (accept installing **Native Debugger**) 8. Console output shows:
Screenshot

image

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

RemoteDev-logs-20221128-234355.zip

Mart-Bogdan avatar Nov 28 '22 22:11 Mart-Bogdan

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!

cmuto09 avatar Nov 29 '22 22:11 cmuto09