FalsePattern / ZigBrains

The zig language plugin for intellij
https://falsepattern.com/zigbrains
Other
121 stars 9 forks source link

No output in the Run window #51

Closed CJFEdu closed 5 months ago

CJFEdu commented 5 months ago

I'm not getting any output when I use the run buttons in Intellij. All I'm running is the default hello world and all I get is the run command and an exit with code 0. I tried running the example fail test code and got an exit code1, but no other result.

When I go to run window and type in zig run main.zig it works fine though.

Any help is appreciated.

FalsePattern commented 5 months ago

Does this also happen on 15.0.3 or only on 15.1.0?

CJFEdu commented 5 months ago

I've only been able to test it on 15.1.0. I tried downloading and installing 15.0.3 from disk and Intellij just froze up. The project structure never loaded after the restart. I tried going to the settings to see if it needed to be pointed to the Zig files, and the Languages and Frameworks page for Zig just showed a loading icon.

FalsePattern commented 5 months ago

Should be fixed in 15.1.1

CJFEdu commented 5 months ago

Thanks.

CJFEdu commented 5 months ago

Confirmed it working. Thanks again.