-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjessyco.code-workspace
65 lines (65 loc) · 1.76 KB
/
jessyco.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
{
"folders": [
{
"path": ".",
"name": "jessy.co Website"
}
],
"settings": {
"files.exclude": {
"node_modules": true,
"dist": true,
".angular": true,
".vscode": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"typescript.tsdk": "Figment Manager\\node_modules\\typescript\\lib",
"cSpell.words": [
"Atrinsic",
"bezier",
"Blueworld",
"Consolas",
"Coursera",
"Fira",
"firacode",
"Ironflow",
"Kazaa",
"Memramcook",
"Menlo",
"NBCC",
"Noto",
"nowrap",
"Segoe",
"Thinkmax"
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1a1a1a",
"activityBar.background": "#1a1a1a",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#606020",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#1a1a1a",
"statusBar.background": "#000000",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1a1a1a",
"statusBarItem.remoteBackground": "#000000",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#00000099",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#000000",
"deno.enable": false,
"autoimport.showNotifications": true,
}
}