Fixed Archive and Added OpenInsight

This commit is contained in:
2023-03-15 16:31:04 -07:00
parent 8a4c91014c
commit 3675677d78
46 changed files with 2154 additions and 799 deletions

View File

@ -4,7 +4,7 @@
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": 20196
"processId": 25008
}
]
}

View File

@ -22,6 +22,7 @@
"Villach",
"Vrng"
],
"coverage-gutters.coverageBaseDir": "../../../../MET08ANLYSDIFAAST230/05_TestResults/TestResults/**",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#0fc5f0",
"activityBar.activeBorder": "#d20dac",
@ -39,7 +40,8 @@
"titleBar.activeBackground": "#0c9ec0",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0c9ec099",
"titleBar.inactiveForeground": "#e7e7e799"
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#0c9ec0"
}