Skip to content

Commit

Permalink
[apps/hal9] add launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Nov 26, 2024
1 parent 92e214f commit 4ffb707
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/hal9/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
// 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: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
"env": {
"CONNECTION": "",
"OPENAI_AZURE": "",
"GROQ_API_KEY": ""
}
}
]
}

0 comments on commit 4ffb707

Please sign in to comment.