Skip to content

added compilerpath so intellisense works properly on linux

Joakim Borge Hunskår requested to merge linux-intellisense into main

Intellisense didn't work on Linux. Adding compilerpath to c_cpp_properties.json fixes the issue. Both gcc and g++ works if they're installed on the system. Clang also works but generates include errors which is not desirable. Tested on Ubuntu 22.04.1 LTS.

Merge request reports