-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.code-workspace
More file actions
50 lines (50 loc) · 1.49 KB
/
Copy pathshop.code-workspace
File metadata and controls
50 lines (50 loc) · 1.49 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
{
"folders": [
{
"path": "./libs/dotnet/src",
"name": "Libs",
},
{
"path": "./apps/shop-app",
"name": "Shop Frontend",
},
{
"path": "./services/shop/src",
"name": "Shop Backend",
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#3399ff",
"activityBar.background": "#3399ff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#bf0060",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#3399ff",
"statusBar.background": "#007fff",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#3399ff",
"statusBarItem.remoteBackground": "#007fff",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#007fff",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#007fff99",
"titleBar.inactiveForeground": "#e7e7e799",
"tab.activeBorderTop": "#00CA8E",
"tab.activeBackground": "#015c11"
},
"peacock.color": "#007fff",
"rest-client.environmentVariables": {
"$shared": {
"SHOP_API_BASE_URL": "http://localhost:7000",
"OG_KC_BASE_URL": "http://localhost:8080",
},
"docker": {
"SHOP_API_BASE_URL": "http://localhost:7000",
"OG_KC_BASE_URL": "http://keycloak:8080",
}
}
},
}