diff --git a/.gitignore b/.gitignore index b9a9d75..476874c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ - -HoymilesZeroExport_Config_Override.ini -.vscode/launch.json +HoymilesZeroExport_Config_Override.ini \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..fe2d8c4 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python Debugger: Launch debugging with <-c HoymilesZeroExport_Config_Override.ini>", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": ["-c", "HoymilesZeroExport_Config_Override.ini"] + } + ] +} \ No newline at end of file