Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

17
.vscode/tasks.json vendored
View File

@ -2,9 +2,22 @@
"version": "2.0.0",
"tasks": [
{
"label": "File-Folder-Helper AOT s M Infineon _-Review",
"label": "File-Folder-Helper AOT s X Day-Helper-2024-06-23",
"type": "shell",
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M L:/Git/Notes-Infineon/.Infineon -s 'L:/Git/Notes-Infineon/.Infineon/_-Review' -d 'L:/Git/Notes-Infineon/.Infineon/.vscode/Helper'",
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe",
"args": [
"s",
"X",
"D:/5-Other-Small/Kanban/Infineon/tasks",
"Day-Helper-2024-06-23",
"*.md",
"## Sub-tasks",
"code-insiders",
"index.md",
"- [,](",
"## Done",
".kan"
],
"problemMatcher": []
},
{