Skip to content

Commit

Permalink
add launch.json
Browse files Browse the repository at this point in the history
add launch.json for vscode
  • Loading branch information
reserve85 committed May 2, 2024
1 parent 9a18cf8 commit 2c5cdf3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

HoymilesZeroExport_Config_Override.ini
.vscode/launch.json
HoymilesZeroExport_Config_Override.ini
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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"]
}
]
}

0 comments on commit 2c5cdf3

Please sign in to comment.