This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[vscode] add sample workspace.json (
#10399
)
Bernard Xiong
1 month ago
parent
f35c775cd4
commit
73fed292c7
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
.vscode/workspace.json
+ 8
- 0
.vscode/workspace.json
View File
@@ -0,0 +1,8 @@
+{
+ "bsps": {
+ "folder": "bsp",
+ "stars": [
+ "qemu-vexpress-a9"
+ ]
+ }
+}