添加code的默认配置
This commit is contained in:
parent
ab87fba69c
commit
dc4efd4dba
55
code.txt
55
code.txt
@ -10,3 +10,58 @@
|
||||
(3)git
|
||||
3.资源
|
||||
(1)ComicShannsMono.zip字体。
|
||||
|
||||
快捷键:
|
||||
[
|
||||
{
|
||||
"command": "cmake.debugTarget",
|
||||
"key": "F5",
|
||||
"when": "cmake:enableFullFeatureSet && inCMakeProject && !cmake:hideDebugCommand && !inDebugMode"
|
||||
},
|
||||
{
|
||||
"command": "editor.action.revealDefinition",
|
||||
"key": "ALT+G",
|
||||
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
|
||||
}
|
||||
]
|
||||
|
||||
microsoft cpp intelligence config:
|
||||
{
|
||||
"files.autoSave": "onFocusChange",
|
||||
"editor.fontSize": 15,
|
||||
"editor.fontFamily": "'IBM Plex Mono', 'IBM Plex Mono', 'IBM Plex Mono'",
|
||||
"cmake.configureOnOpen": true,
|
||||
"cmake.debugConfig": {
|
||||
"console": "integratedTerminal",
|
||||
"visualizerFile": "${workspaceRoot}/.vscode/qt6.natvis",
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "-gdb-set charset utf-8",
|
||||
"text": "-gdb-set charset UTF-8"
|
||||
},
|
||||
{
|
||||
"description": "Enable gdb pretty-printing",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"cmake.environment": {
|
||||
"PATH": "${env:PATH};C:/Qt/msvc_6.6.3_x64/bin"
|
||||
},
|
||||
"cmake.options.statusBarVisibility": "visible",
|
||||
"cmake.generator": "Ninja",
|
||||
"C_Cpp.default.compileCommands": "${workspaceRoot}/build/compile_commands.json",
|
||||
"C_Cpp.default.cppStandard": "c++17",
|
||||
"editor.inlayHints.enabled": "off",
|
||||
"editor.unicodeHighlight.allowedLocales": {
|
||||
"ja": true,
|
||||
"zh-hant": true,
|
||||
"zh-hans": true
|
||||
},
|
||||
"files.associations": {
|
||||
"vector": "cpp",
|
||||
"qapplication": "cpp",
|
||||
"xstring": "cpp"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user