Skip to content

Commit

Permalink
[chk] preparation proccess
Browse files Browse the repository at this point in the history
  • Loading branch information
KemoPanzah committed May 26, 2023
1 parent 7774b37 commit 38a34d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/decore_base/sample"
},
{
"name": "Sample App prepare",
"type": "python",
"request": "launch",
"program": "app.py",
"args": ["--prepare"],
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/decore_base/sample"
},
{
"name": "Sample App dev",
"type": "python",
Expand Down
2 changes: 1 addition & 1 deletion decore_base/sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "python",
"request": "launch",
"program": "app.py",
"args": ["dev"],
"args": ["--dev"],
"console": "integratedTerminal"
},
{
Expand Down

0 comments on commit 38a34d7

Please sign in to comment.