gc-server3 11 mēneši atpakaļ
vecāks
revīzija
27d3f40895
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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",