Browse Source

Aufruf debug

gc-server3 11 months ago
parent
commit
27d3f40895
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .vscode/launch.json

+ 1 - 1
.vscode/launch.json

@@ -6,7 +6,7 @@
     "configurations": [
         {
             "name": "Python: Current File",
-            "type": "python",
+            "type": "debugpy",
             "request": "launch",
             "program": "${file}",
             "console": "integratedTerminal",