This commit is contained in:
2024-08-06 08:05:43 -07:00
commit 129b64a0fb
232 changed files with 39208 additions and 0 deletions

21
.vscode/mklink.md vendored Normal file
View File

@ -0,0 +1,21 @@
# mklink
```bash Fri Aug 02 2024 09:10:26 GMT-0700 (Mountain Standard Time)
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\eaf\leo-stage" "D:\5-Other-Small\Kanban-mestsa003\Other\EAF-in-LEO\.vscode\leo-stage"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\eaf\leo-test" "D:\5-Other-Small\Kanban-mestsa003\Other\EAF-in-LEO\.vscode\leo-test"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\eaf\mes-prod" "D:\5-Other-Small\Kanban-mestsa003\Other\EAF-in-LEO\.vscode\mes-prod"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\eaf\mes-stage" "D:\5-Other-Small\Kanban-mestsa003\Other\EAF-in-LEO\.vscode\mes-stage"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\tibco\leo-prod" "D:\5-Other-Small\Kanban-mestsa003\Other\Leominster IFX-YODA Rollout\.vscode\leo-prod"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\tibco\leo-stage" "D:\5-Other-Small\Kanban-mestsa003\Other\Leominster IFX-YODA Rollout\.vscode\leo-stage"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\tibco\leo-test" "D:\5-Other-Small\Kanban-mestsa003\Other\Leominster IFX-YODA Rollout\.vscode\leo-test"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\tibco\mes-prod" "D:\5-Other-Small\Kanban-mestsa003\Other\Leominster IFX-YODA Rollout\.vscode\mes-prod"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\tibco\mes-stage" "D:\5-Other-Small\Kanban-mestsa003\Other\Leominster IFX-YODA Rollout\.vscode\mes-stage"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\tibco\mes-test" "D:\5-Other-Small\Kanban-mestsa003\Other\Leominster IFX-YODA Rollout\.vscode\mes-test"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\uwm\leo-prod" "D:\5-Other-Small\Kanban-mestsa003\Other\UWM @ LEO\.vscode\leo-prod"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\uwm\leo-stage" "D:\5-Other-Small\Kanban-mestsa003\Other\UWM @ LEO\.vscode\leo-stage"
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\uwm\leo-test" "D:\5-Other-Small\Kanban-mestsa003\Other\UWM @ LEO\.vscode\leo-test"
```
```bash Tue Aug 06 2024 07:13:08 GMT-0700 (Mountain Standard Time)
mklink /J "L:\DevOps\Mesa_FI\jackyzha0-quartz-infineon\content\oi-metrology-viewer" "D:\5-Other-Small\Kanban-mestsa003\FI-Backlog-Mesa-Request-List\792-FI-Backlog-Mesa-Request-List\.vscode\oi-metrology-viewer"
```

19
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"[markdown]": {
"editor.wordWrap": "off"
},
"cSpell.words": [
"Abinash",
"Infineon",
"kanbn",
"kdbx",
"Melzig",
"Ojha",
"Phares"
],
"markdown-mermaid.lightModeTheme": "default",
"markdown-mermaid.darkModeTheme": "default",
"markdown.styles": [
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
]
}