Michael Haidl
Michael Haidl
Having default constructible accessors would enhance their usability compared to raw pointers. A use case which can benefit from default constructible accessors is the use of an accessor in a...
Same for me. As workaround I made the c_cpp_properties.json read only.
No, just let me use vscode with my include path.
I investigated the problem a little bit and it seems the problem starts in line 49 of state.ts const `activeTargetName = cmakeToolsWrapper.defaultBuildTarget;` defaultBuildTarget is null.
Ok is investigated further and I think the problem is not this extension the cmake-server does not report the includePath value and cmake-tools-helper just founds empty (or better said undefined)...