-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvsc.code-workspace
64 lines (64 loc) · 1.5 KB
/
vsc.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
{
"folders": [
{
"name": "✨ @geeeger",
"path": "."
},
{
"name": "📦 @geeeger/fn-arr-map-each",
"path": "packages\\fn-arr-map-each"
},
{
"name": "📦 @geeeger/fn-curry-it",
"path": "packages\\fn-curry-it"
},
{
"name": "📦 @geeeger/fn-dom-add-class",
"path": "packages\\fn-dom-add-class"
},
{
"name": "📦 @geeeger/fn-dom-has-class",
"path": "packages\\fn-dom-has-class"
},
{
"name": "📦 @geeeger/fn-dom-remove-class",
"path": "packages\\fn-dom-remove-class"
},
{
"name": "📦 @geeeger/fn-dom-toggle-class",
"path": "packages\\fn-dom-toggle-class"
},
{
"name": "📦 @geeeger/fn-empty-class",
"path": "packages\\fn-empty-class"
},
{
"name": "📦 @geeeger/fn-is",
"path": "packages\\fn-is"
},
{
"name": "📦 @geeeger/fn-num-range-with",
"path": "packages\\fn-num-range-with"
},
{
"name": "📦 @geeeger/fn-str-replace-with",
"path": "packages\\fn-str-replace-with"
},
{
"name": "📦 @geeeger/fn-str-substr-with",
"path": "packages\\fn-str-substr-with"
},
{
"name": "📦 @geeeger/fn-str-suffix-with",
"path": "packages\\fn-str-suffix-with"
},
{
"name": "📦 @geeeger/fn-svg-to-dataurl",
"path": "packages\\fn-svg-to-dataurl"
}
],
"settings": {
"json.format.enable": true,
"typescript.tsdk": "node_modules\\typescript\\lib"
}
}