Skip to content

Commit

Permalink
Update vscode configuration: replace python with debugpy
Browse files Browse the repository at this point in the history
The `python` is considered deprecated,
  • Loading branch information
Privat33r-dev committed Apr 10, 2024
1 parent 2f8542d commit 11f3811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Clairvoyance on tests/apollo-server",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"module": "clairvoyance",
Expand All @@ -23,7 +23,7 @@
},
{
"name": "Clairvoyance on localhost:4000",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"module": "clairvoyance",
Expand All @@ -38,7 +38,7 @@
},
{
"name": "Clairvoyance on rick and morty GQL application",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"module": "clairvoyance",
Expand Down

0 comments on commit 11f3811

Please sign in to comment.