Browse Source

update c_cpp_properties.json

master
zhaohe 2 years ago
parent
commit
ca2f879cb2
  1. 2
      .vscode/c_cpp_properties.json

2
.vscode/c_cpp_properties.json

@ -11,7 +11,7 @@
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64",
"compileCommands": "${workspaceFolder}/buildpc/compile_commands.json"
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
Loading…
Cancel
Save