Skip to content

Commit 292940a

Browse files
committed
添加 vscode workspace 配置文件
1 parent 1bdcbd0 commit 292940a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

js-sdk.code-workspace

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"folders": [
3+
{
4+
"name": "✨ root",
5+
"path": "."
6+
},
7+
{
8+
"name": "📦 dev-test",
9+
"path": "packages/dev-test"
10+
},
11+
{
12+
"name": "📦 qiniu-js",
13+
"path": "packages/qiniu-js"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)