feat(ide): disable empty debug terminal, add qemu output to file (#5)

This commit is contained in:
2025-03-19 21:58:07 +08:00
committed by GitHub
parent 153b7a6cb8
commit 510b1c2f0f
2 changed files with 6 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -17,6 +17,8 @@
],
"args": [],
"cwd": "${workspaceFolder}",
"sourceLanguages": ["c", "cpp", "rust"],
"console": "internalConsole"
}
]
}