Skip to content

Commit

Permalink
Add launch config for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Feb 26, 2024
1 parent 7818fd1 commit b33839b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.2.0",
"configurations": [
{
{
"type": "julia",
"request": "launch",
"name": "Julia: current file",
Expand All @@ -17,6 +17,13 @@
"host": "localhost",
"port": 5678,
"justMyCode": false
},
{
"name": "Python Playground",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/playground/playground.py",
"console": "integratedTerminal"
}
]
}

0 comments on commit b33839b

Please sign in to comment.