Setting up different compilerPath for C and Cpp #11848
-
Hello, I'm struggling with setting up different compiler paths for C and C++. "compilerPath": ["/opt/homebrew/bin/gcc-13", "/opt/homebrew/bin/g++-13"] I got an error: So what's the correct way to handle this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
With the right arguments, gcc can forward compilation to g++. Our extension can take care of this part for IntelliSense, so setting compilerPath to |
Beta Was this translation helpful? Give feedback.
With the right arguments, gcc can forward compilation to g++. Our extension can take care of this part for IntelliSense, so setting compilerPath to
"/opt/homebrew/bin/gcc-13"
should work. If not, please let us know as that would be a bug.