Browse Source

update

devtest
zhaohe 3 years ago
parent
commit
8f48218742
  1. 1
      .vscode/extensions.json
  2. 10
      .vscode/settings.json

1
.vscode/extensions.json

@ -4,6 +4,7 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-vscode.cpptools",
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.

10
.vscode/settings.json

@ -5,4 +5,14 @@
"search.exclude": {
"**/build/*": true
},
"C_Cpp.clang_format_sortIncludes": true,
"debug.allowBreakpointsEverywhere": true,
"cmake.configureOnOpen": false,
"terminal.explorerKind": "integrated",
"terminal.integrated.profiles.windows": {
"Windows PowerShell": {
"path": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
}
},
"terminal.integrated.defaultProfile.windows": "Windows PowerShell",
}
Loading…
Cancel
Save