-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCapstone-Project.code-workspace
More file actions
76 lines (76 loc) · 2.19 KB
/
Capstone-Project.code-workspace
File metadata and controls
76 lines (76 loc) · 2.19 KB
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
{
"folders": [
{
"path": "tasks",
"name": "ToDo"
},
{
"path": "client",
"name": "client"
},
{
"path": "server",
"name": "server"
},
{
"path": ".github/workflows",
"name": "workflows"
}
],
"settings": {
"editor.suggestSelection": "first",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"javascript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.showOnAllFunctions": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"js/ts.implicitProjectConfig.checkJs": true,
"files.exclude": {
"**/.nyc_*": true,
"**/coverage": true,
"**/node_modules": true
},
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.codeActionsOnSave.mode": "all",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#0fb15b",
"activityBar.background": "#0fb15b",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#eee2fd",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#0fb15b",
"statusBar.background": "#0b8243",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#0fb15b",
"statusBarItem.remoteBackground": "#0b8243",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#0b8243",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0b824399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#0b8243",
"cSpell.words": [
"bcwdev",
"Corinna's",
"Favorited",
"favoritedmove",
"favoritedroutine",
"Favs",
"listentries",
"useage"
]
}
}