-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathshared_samples.code-workspace
77 lines (77 loc) · 1.27 KB
/
shared_samples.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"folders": [
{
"path": "pub\\shared_samples"
},
{
"path": "samples\\__samplesInput__"
},
{
"path": "samples\\case-studies"
},
{
"path": "samples\\experiments"
},
{
"name": "async-js",
"path": "dbux_projects\\async-js"
},
{
"name": "sequelize",
"path": "dbux_projects\\sequelize"
},
{
"name": "getting-started",
"path": "dbux_projects\\getting-started"
},
{
"name": "express",
"path": "dbux_projects\\express"
},
{
"name": "hexo",
"path": "dbux_projects\\hexo"
},
{
"name": "eslint",
"path": "dbux_projects\\eslint"
},
{
"name": "webpack",
"path": "dbux_projects\\webpack"
},
{
"name": "javascript-algorithms",
"path": "dbux_projects\\javascript-algorithms"
},
{
"name": "bluebird",
"path": "dbux_projects\\bluebird"
},
{
"name": "node-fetch",
"path": "dbux_projects\\node-fetch"
},
{
"name": "socket.io",
"path": "dbux_projects\\socket.io"
},
{
"name": "2048",
"path": "dbux_projects\\2048"
},
{
"name": "todomvc-es6",
"path": "dbux_projects\\todomvc-es6"
},
{
"name": "Editor.md",
"path": "dbux_projects\\Editor.md"
},
{
"name": "react-tic-tac-toe",
"path": "dbux_projects/react-tic-tac-toe"
}
],
"settings": {}
}