-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathassignment.code-workspace
More file actions
37 lines (37 loc) · 1.06 KB
/
assignment.code-workspace
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2704dc",
"activityBar.background": "#2704dc",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#db2704",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2704dc",
"sideBar.border": "#2704dc",
"statusBar.background": "#1e03aa",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2704dc",
"statusBarItem.remoteBackground": "#1e03aa",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#2704dc",
"titleBar.activeBackground": "#1e03aa",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1e03aa99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1e03aa",
"deno.enable": true,
"deno.lint": true,
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}
}