github / codespaces-jetbrains-feedback

Feedback on the Codespaces integration with JetBrains IDEs
Apache License 2.0
32 stars 7 forks source link

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

Open Mart-Bogdan opened 1 year ago

Mart-Bogdan commented 1 year ago

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

  1. Launch in Debug mode (accept installing Native Debugger)
  2. Console output shows:
Screenshot ![image](https://user-images.githubusercontent.com/775038/204389976-8207dd1e-7407-4909-b439-cd2d1a1292e7.png)

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

cmuto09 commented 1 year ago

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!