software-mansion / radon-ide

VSCode extension that turns your editor into a fully fledged IDE for React Native and Expo.
https://ide.swmansion.com
Other
1.01k stars 35 forks source link

"Cannot run project" when IDE is windowed, but project runs fine #632

Closed arnaud9145 closed 1 month ago

arnaud9145 commented 1 month ago

Description Just started using Radon IDE on an existing project. I prefer to use the IDE windowed because I'm used to close all active tabs using cmd + k + w. But in windowed state, the IDE shows an error "Cannot run project Run diagnostics to find out what went wrong." Capture d’écran 2024-10-16 à 18 53 16

If I go to diagnostics : Capture d’écran 2024-10-16 à 18 53 45 (I do not use android emulator)

If I do not use the IDE windowed, I do not have errors: Capture d’écran 2024-10-16 à 18 56 18

Note : it's just an error message, everything seems to be working anyway

Thanks for this tool :)

Environment

kmagiera commented 1 month ago

in 0.21 we reworked the diagnostics logic, would you be able to test this on the newest release.

Also to clarify: by "windowed" you mean that the IDE is in detached window rather than in side panel or in separate tab, right?

arnaud9145 commented 1 month ago

Yes that's right, panel location is "Editor tab", and then the tab is extracted from vs code into a dedicated window, that's what I called windowed.

I just tested in 0.21, seems to work. Since I created the issue, I discovered the "side panel" mode, and it's perfect for me, I did not find it at first. But now if someone need it windowed its possible :)

Thanks !