-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsp-workspace.code-workspace
50 lines (50 loc) · 1.33 KB
/
sp-workspace.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
{
"folders": [
{
"path": "src/Gui/sp-gui.html/sp-gui-angular"
},
{
"path": "src/Gui/sp-gui.html/sp-gui-electron"
},
{
"path": "graphics"
},
{
"path": "src/Gui/sp-gui.html/popeye-js"
},
{
"path": ".github"
}
],
"settings": {
"files.associations": {
"pieces.h": "c",
"bitmask.h": "c",
"assert.h": "c"
},
"workbench.colorCustomizations": {
"activityBar.activeBorder": "#155e02",
"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": "#dd0531",
"typescript.tsdk": "sp-gui-angular/node_modules/typescript/lib",
"eslint.nodePath": "sp-gui-angular/node_modules",
"peacock.remoteColor": "#000000"
}
}