Skip to content

Commit 68c51eb

Browse files
committed
feat(environments): make naming of environments predictable
In the past environments were named with {domainSuffix}-environment as a unique name. Now the unique name will be the same as the domain suffix and a more descriptive friendly name is set fixes #6
1 parent e9cd728 commit 68c51eb

File tree

4 files changed

+794
-1041
lines changed

4 files changed

+794
-1041
lines changed

Diff for: .vscode/settings.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#2f7c47",
4+
"activityBar.foreground": "#e7e7e7",
5+
"activityBar.inactiveForeground": "#e7e7e799",
6+
"activityBarBadge.background": "#422c74",
7+
"activityBarBadge.foreground": "#e7e7e7",
8+
"titleBar.activeBackground": "#215732",
9+
"titleBar.inactiveBackground": "#21573299",
10+
"titleBar.activeForeground": "#e7e7e7",
11+
"titleBar.inactiveForeground": "#e7e7e799",
12+
"statusBar.background": "#215732",
13+
"statusBarItem.hoverBackground": "#2f7c47",
14+
"statusBar.foreground": "#e7e7e7"
15+
}
16+
}

0 commit comments

Comments
 (0)