Feature: Add debug configuration for Microsoft VS Code

This commit is contained in:
yuanyuanxiang
2026-05-06 09:51:17 +02:00
parent 05a9bb1245
commit 11434653e9
5 changed files with 307 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"recommendations": [
"ms-vscode.cpptools",
"ms-vscode-remote.remote-wsl",
"ms-vscode.powershell",
"twxs.cmake"
]
}