Skip to content

fix default vscode cmake settings

Han Young requested to merge work/hany/fix_vscode_setting into master

copyCompileCommands will copy compile_commands.json to workspace after building, otherwise the compileCommands file in c_cpp_properties.json is non-exist

configureOnEdit and skipConfigureIfCachePresent settings tells cmake tools to respect existing buildDirectory setting according to https://github.com/microsoft/vscode-cmake-tools/issues/1370

Edited by Han Young

Merge request reports