代码拉取完成,页面将自动刷新
同步操作将从 ZZH-Finalize/信号实验箱 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"folders": [
{
"path": ".",
"name": "信号实验箱"
}
],
"settings": {
"C_Cpp.default.cStandard": "c99",
"C_Cpp.default.cppStandard": "gnu++11",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.type": "newLine",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"*.code-workspace": true,
// "debug": true,
},
"files.encoding": "utf8",
"search.useIgnoreFiles": false,
"markdownlint.config": {
"MD033": false
},
"files.eol": "\r\n",
"pasteImage.path": "${currentFileDir}/readme_rc",
"cmake.useCMakePresets": "always"
},
"tasks": {
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "configure",
"command": "configure",
"group": "build",
"presentation": {
"clear": true,
"focus": true,
"close": true
},
"detail": "配置"
},
{
"type": "cmake",
"label": "build",
"command": "build",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared",
"showReuseMessage": true,
"clear": true,
},
"problemMatcher": "$gcc",
"dependsOn": "configure",
"detail": "构建"
},
{
"type": "shell",
"label": "clean",
"command": "rm",
"args": [
"-r",
"./build"
],
"options": {
"cwd": "${workspaceFolder}"
},
"presentation": {
"reveal": "silent",
"close": true
},
"detail": "清理工作区内的目标文件"
},
{
"type": "shell",
"label": "run",
"command": "./signalBox",
"options": {
"cwd": "${workspaceFolder}/build"
},
"args": [],
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared",
"showReuseMessage": true,
"clear": true
},
"detail": "运行",
"group": {
"kind": "test",
"isDefault": true
}
}
]
},
"launch": {
"configurations": [
{
"name": "QT 5.15",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/signalBox.exe",
"args": [],
// "stopAtEntry": true,
"cwd": "${workspaceFolder}/build",
"environment": [],
"externalConsole": true,
"MIMode": "gdb",
"miDebuggerPath": "D:/Qt/Tools/mingw810_32/bin/gdb.exe",
"setupCommands": [
{
"description": "为 gdb 启用整齐打印",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
],
"compounds": []
},
"extensions": {
"recommendations": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"josetr.cmake-language-support-vscode",
"daohong-emilio.yash",
"surajbarkale.ninja",
"DavidAnson.vscode-markdownlint",
"yzhang.markdown-all-in-one",
],
"unwantedRecommendations": []
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。