This commit is contained in:
sergiuToporjinschi
2022-01-31 17:29:25 +02:00
parent d680d95f4c
commit 32538a66b0
5 changed files with 77 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
{
// "version": "0.2.0",
// "configurations": [
// {
// "name": "OctoPrint",
// "type": "python",
// "request": "launch",
// "module": "octoprint",
// "args": [
// "serve",
// "--debug"
// ],
// "cwd": "${workspaceFolder}/octoprint_CalibrationTools",
// "preLaunchTask": "clean build artifacts"
// }
// ]
}