Skip to content

Commit

Permalink
Clean up debug configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
brkzlr committed Sep 20, 2024
1 parent 3b42936 commit 2840879
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions .vimspector.json

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Debug PINCE",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"stopOnEntry": false,
Expand Down

0 comments on commit 2840879

Please sign in to comment.