Other extensions you installed (and if the issue persists after disabling them): -
A clear and concise description of what the bug is:
When importing a .cproject file, the predefined compiler flags are not picked up. This includes e.g. the warning flags -Wall, -Werror, ... as well as the C++ standard selection:
Importing the above project results in the following flags in the CMake file:
Type: Bug Report
Describe the bug
-Wall
,-Werror
, ... as well as the C++ standard selection: Importing the above project results in the following flags in the CMake file:To Reproduce Steps to reproduce the behavior:
cmake/st-project.cmake
Expected behavior The flags should be recognized and reflected in the generated cmake file