Explorar el Código

Merge pull request #935 from weseek/imprv/debugger-timeout

increase debugger timeout
Yuki Takei hace 7 años
padre
commit
4d9dbd09f3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .vscode/launch.json

+ 1 - 0
.vscode/launch.json

@@ -14,6 +14,7 @@
           "server:debug"
         ],
         "port": 9229,
+        "timeout": 30000,
         "restart": true,
         "console": "integratedTerminal",
         "internalConsoleOptions": "neverOpen"