-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathGHCP-Typescript.code-workspace
More file actions
42 lines (42 loc) · 1.3 KB
/
GHCP-Typescript.code-workspace
File metadata and controls
42 lines (42 loc) · 1.3 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
{
"folders": [
{
"path": "./"
}
],
"settings": {
"files.exclude": {
"**/dotNet": true
},
// For those intrigued while giving this lecture and walking around -
// having a certain color pop up allows me to see the track the user picked from afar
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1f6fd0",
"activityBar.background": "#1f6fd0",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ee90bb",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#1f6fd0",
"statusBar.background": "#1857a4",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1f6fd0",
"statusBarItem.remoteBackground": "#1857a4",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1857a4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1857a499",
"titleBar.inactiveForeground": "#e7e7e799"
}
},
"extensions": {
"recommendations": [
"github.copilot",
"github.copilot-chat",
"ms-vscode.vscode-speech",
"wallabyjs.quokka-vscode",
"vsls-contrib.codetour"
]
}
}