MET08DDUPSFS6420 - v2.43.0 - Using EDA

Multiple Storage Paths and delete old way
This commit is contained in:
2022-06-07 10:57:40 -07:00
parent a297f3c9c3
commit fed51ad754
76 changed files with 3904 additions and 2295 deletions

10
Adaptation/.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"configurations": [
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": 13708
}
]
}

View File

@ -41,5 +41,6 @@
"titleBar.inactiveBackground": "#5c277c99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#5c277c"
"peacock.color": "#5c277c",
"cSpell.enabled": false
}