diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..46b92fb --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "pyzebra", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/pyzebra/cli.py", + "console": "internalConsole", + "env": {}, + }, + ] +}