Skip to content

Commit 2c5cdf3

Browse files
committed
add launch.json
add launch.json for vscode
1 parent 9a18cf8 commit 2c5cdf3

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
2-
HoymilesZeroExport_Config_Override.ini
3-
.vscode/launch.json
1+
HoymilesZeroExport_Config_Override.ini

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// 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

Comments
 (0)