Replies: 1 comment 1 reply
-
|
@2time2222 It's because C:/mingw64/bin is not in your environment path, so adding that should fix it: see the code at https://github.com/microsoft/vscode-cpptools/blob/main/Extension/src/LanguageServer/cppBuildTaskProvider.ts#L197 |
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

Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that in the auto-generated tasks.json, the "cwd" option is set to "C:/mingw64/bin" instead of "${fileDirname}", which causes an error. Where should I modify to restore the default setting?I'm quite sure that it was naturally generated and not modified manually by me.

Beta Was this translation helpful? Give feedback.
All reactions