feat: add ability to create folders and files and persist files to sharepoint

This commit is contained in:
Stevan Freeborn
2026-07-31 13:46:10 -05:00
parent 97d31630fc
commit ea69464606
72 changed files with 5068 additions and 300 deletions
+22
View File
@@ -45,6 +45,28 @@
"group": "none",
"detail": "Restart all services"
},
{
"label": "docker-compose up (debug)",
"type": "shell",
"command": "docker compose -f docker-compose.debug.yml up -d --build",
"options": {
"cwd": "${workspaceFolder}/src/ParagonPlayground"
},
"problemMatcher": [],
"group": "none",
"detail": "Build and start all services using the debug stage (compiled binary, debugger-ready)"
},
{
"label": "docker-compose up (debug backend only)",
"type": "shell",
"command": "docker compose -f docker-compose.debug.yml up -d --build mongodb backend nginx",
"options": {
"cwd": "${workspaceFolder}/src/ParagonPlayground"
},
"problemMatcher": [],
"group": "none",
"detail": "Backend only in debug mode (no frontend container)"
},
{
"label": "build backend",
"type": "shell",