{ // "version": "0.2.0", // "configurations": [ // { // "name": "OctoPrint", // "type": "python", // "request": "launch", // "module": "octoprint", // "args": [ // "serve", // "--debug" // ], // "cwd": "${workspaceFolder}/octoprint_CalibrationTools", // "preLaunchTask": "clean build artifacts" // } // ] }