We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a18cf8 commit 2c5cdf3Copy full SHA for 2c5cdf3
2 files changed
.gitignore
@@ -1,3 +1 @@
1
-
2
-HoymilesZeroExport_Config_Override.ini
3
-.vscode/launch.json
+HoymilesZeroExport_Config_Override.ini
.vscode/launch.json
@@ -0,0 +1,16 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "Python Debugger: Launch debugging with <-c HoymilesZeroExport_Config_Override.ini>",
9
+ "type": "debugpy",
10
+ "request": "launch",
11
+ "program": "${file}",
12
+ "console": "integratedTerminal",
13
+ "args": ["-c", "HoymilesZeroExport_Config_Override.ini"]
14
+ }
15
+ ]
16
+}
0 commit comments