franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

[BUG] Loading settings from c_cpp_properties.json #41

Closed franneck94 closed 2 years ago

franneck94 commented 2 years ago

Use-Case

Opening a project for the first time with the C/C++ Runner extension and an already existing c_cpp_properties.json file, this file will be used to generate the C/C++ Runner local settings.

Expected behavior

The compiler, linker args, compiler path, and C/C++ standard should be used.

Current Problem

The compiler and linker args are not used.