EC - v2.43.0 - Jenkinsfile

This commit is contained in:
2022-06-07 14:39:13 -07:00
parent 9de7b67ed6
commit 7f6dce34a4
110 changed files with 11393 additions and 4474 deletions

23
Adaptation/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,23 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d791c9",
"activityBar.activeBorder": "#e8eed0",
"activityBar.background": "#d791c9",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#e8eed0",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#d791c9",
"statusBar.background": "#ca6bb7",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#bd45a5",
"statusBarItem.remoteBackground": "#ca6bb7",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#ca6bb7",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ca6bb799",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#ca6bb7",
"cSpell.enabled": false
}