[vscode] add sample workspace.json (#10399)

This commit is contained in:
Bernard Xiong 2025-06-17 08:32:59 +08:00 committed by GitHub
parent f35c775cd4
commit 73fed292c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,8 @@
{
"bsps": {
"folder": "bsp",
"stars": [
"qemu-vexpress-a9"
]
}
}