Rename project to git-project-manager
All checks were successful
Build and Publish / release (push) Successful in 1m10s

This commit is contained in:
2024-12-27 17:42:44 -05:00
parent 9dd38317b8
commit c78c41f567
51 changed files with 353 additions and 309 deletions

10
.vscode/launch.json vendored
View File

@@ -13,6 +13,16 @@
"--remote",
"https://gitea.libretechconsulting.com"
]
},
{
"name": "Generate Docs",
"type": "delve",
"request": "launch",
"program": "${workspaceFolder}",
"args": [
"docs",
"md"
]
}
]
}