Skip to content

Commit 31b4f2c

Browse files
committed
Fix deprecated VSCode launch settings
1 parent 795d76d commit 31b4f2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"configurations": [
77
{
88
"name": "Python: Current File",
9-
"type": "python",
9+
"type": "debugpy",
1010
"request": "launch",
1111
"program": "${file}",
1212
"console": "integratedTerminal",
1313
},
1414
{
1515
"name": "Python: Run tests",
16-
"type": "python",
16+
"type": "debugpy",
1717
"request": "launch",
1818
"module": "pytest",
1919
"preLaunchTask": "develop tcod-ecs",

0 commit comments

Comments
 (0)