optimize doc

This commit is contained in:
Neucrack
2024-07-08 10:48:50 +08:00
parent b1e4baeaf8
commit a4f8b8b54b
7 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "rebuild",
"target": "build/demo1",
"cwd": "${workspaceRoot}/projects/demo1",
"cwd": "${workspaceRoot}/examples/demo1",
"valuesFormatting": "parseText"
}
]

View File

@@ -8,7 +8,7 @@
"rebuild"
],
"options": {
"cwd": "${workspaceRoot}/projects/demo1"
"cwd": "${workspaceRoot}/examples/demo1"
},
"problemMatcher": [
"$gcc"