feat: add ability to create folders and files and persist files to sharepoint
This commit is contained in:
Vendored
+2
-3
@@ -13,7 +13,7 @@
|
||||
"pipeCwd": "${workspaceFolder}",
|
||||
"quoteArgs": false
|
||||
},
|
||||
"preLaunchTask": "docker-compose up (backend only)",
|
||||
"preLaunchTask": "docker-compose up (debug backend only)",
|
||||
"sourceFileMap": {
|
||||
"/src/src/ParagonPlayground.Api": "${workspaceFolder}/src/ParagonPlayground/backend/src/ParagonPlayground.Api",
|
||||
"/src/src/ParagonPlayground.Domain": "${workspaceFolder}/src/ParagonPlayground/backend/src/ParagonPlayground.Domain",
|
||||
@@ -39,8 +39,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Attach to All",
|
||||
"type": "compound",
|
||||
"preLaunchTask": "docker-compose up",
|
||||
"preLaunchTask": "docker-compose up (debug)",
|
||||
"configurations": ["Attach to Backend", "Attach to Frontend"]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user