forked from widgetbot-io-jumuro/embed
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathWidgetBot.code-workspace
48 lines (48 loc) · 941 Bytes
/
WidgetBot.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"folders": [
{
"path": "packages/embed",
"name": "🌐 embed"
},
{
"path": "../server",
"name": "🖥️ server"
},
{
"path": "packages/crate",
"name": "☄️ crate"
},
{
"path": "packages/embed-api",
"name": "🔗 embed-api"
},
{
"path": "packages/html-embed",
"name": "📦 html-embed"
},
{
"path": "packages/react-embed",
"name": "📦 react-embed"
},
{
"path": ".",
"name": "root"
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.cache": true,
"**/.vs": true,
"**/*.map": true
},
"todo-tree.flat": true,
"todo-tree.grouped": false,
"todo-tree.expanded": true,
"typescript.tsdk": "🖥️\tserver\\node_modules\\typescript\\lib"
}
}