Replies: 1 comment
-
Actually, looks like this is an issue with how the file paths are being handled in the library. Apologies for the noise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, is there a way to set the launch directory for cargo examples? It seems like the
cwd
option sets this only for cargo itself, and not for the actual binary being debugged. Below is my launch.json I can't seem to get working (targeting thetexture
example of Bevy 0.6):Is there some trick to setting the the working directory for the launched program? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions