Replies: 2 comments 3 replies
-
Not entirely sure if you mean you don't want gcc to run in the workspace folder or not since you don't actually present what the problem is but the conclusion, but one variable you might want to look into is |
Beta Was this translation helpful? Give feedback.
2 replies
-
Referring to your last thread in the first comment, you are able to build the c file. I was wondering if you are able to debug the file using gdb (MSYS2) in vscode? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to implement task for build a c file with msys2 and vs code.
First I tried to change the default shell with a settings.json inside my .vscode folder
The two modification of settings above are worked. So I tried the same idea inside the tasks.json and my task are:
But vs code tried to execute gcc into the workspace folder so What would be the solution ?
Beta Was this translation helpful? Give feedback.
All reactions