Skip to content

Commit

Permalink
fix(templates): Updated cookiecutter VSCode launch.json to use `deb…
Browse files Browse the repository at this point in the history
…ugpy` (#2431)
  • Loading branch information
edgarrmondragon authored May 16, 2024
1 parent 335f6bd commit 5e76655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "{{ cookiecutter.tap_id }}",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"program": "{{ cookiecutter.library_name }}",
Expand Down

0 comments on commit 5e76655

Please sign in to comment.