Ready to test

This commit is contained in:
2022-02-18 16:42:50 -07:00
parent 6259bd1996
commit ce231b256a
149 changed files with 16269 additions and 10552 deletions

1
Adaptation/.vscode/format-report.json vendored Normal file
View File

@ -0,0 +1 @@
[]

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

@ -0,0 +1,35 @@
{
"cSpell.words": [
"DDUPSP",
"EQPT",
"gpcl",
"ISMTP",
"JOBID",
"linc",
"NOPAUSE",
"PDFC",
"PDSF",
"PPID",
"TIBCO"
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#50b98e",
"activityBar.activeBorder": "#f0e8f6",
"activityBar.background": "#50b98e",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f0e8f6",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#50b98e",
"statusBar.background": "#3d9973",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#50b98e",
"statusBarItem.remoteBackground": "#3d9973",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#3d9973",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#3d997399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#3d9973"
}