Replies: 2 comments 3 replies
-
I'll look into this tomorrow... |
Beta Was this translation helpful? Give feedback.
3 replies
-
tks, it was resolved by creating an specified folder with shell when each time run the script each time. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a beginner of C++ and I have a problem with configuration path.
It can work with sentence following in "arg:"
"/Fe${fileDirname}\${fileBasenameNoExtension}\${fileBasenameNoExtension}.exe",
When I insert an nonexistent folder like following:
"/Fe${fileDirname}\compiledFile\${fileBasenameNoExtension}\${fileBasenameNoExtension}.exe",
and run a program with extension, the terminal just show starting generation and didn't complie any file.
These are my tasks.json, launch.json etc.

Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions