[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

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

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