-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make the extension look for the compiler in the PATH environment variable as well #12779
Copy link
Copy link
Open
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage Servicebugcompiler supportregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Milestone
Description
Feature Request
Currently we have to put the full path of the compiler in the compilerPath property in c_cpp_properties.json, and this breaks portability between systems, since the paths between Windows and Linux are different, would it be possible to put only the name of the compiler and the extension to search for the executable in the PATH environment variable?
Example: "compilerPath": "C:/Program Files/Clang/bin/clang.exe" -> "compilerPath": "clang"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseAn issue related to configuring the extension or IntelliSenseLanguage Servicebugcompiler supportregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Type
Projects
Status
Triage