This commit is contained in:
2024-04-19 16:06:46 -07:00
commit 13e5e7cccd
131 changed files with 15620 additions and 0 deletions

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

@ -0,0 +1,11 @@
---
type: "note"
created: "2023-10-20T03:52:57.401Z"
updated: "2023-10-20T03:53:49.161Z"
---
# mklink
```bash
mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\METCLIMATEC\06_SourceCode\METCLIMATEC\.kanbn" "D:\5-Other-Small\Kanban\METCLIMATEC"
```

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

@ -0,0 +1,15 @@
{
"[markdown]": {
"editor.wordWrap": "off"
},
"cSpell.words": [
"Epuipment",
"Idrv",
"Irng",
"Rcpe",
"RESIMAPCDE",
"Rsens",
"Smpl",
"Vrng"
]
}