fix default vscode cmake settings
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