Eugene Lazutkin преди 7 години
родител
ревизия
72e410e808
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 14 0
      .vscode/launch.json

+ 14 - 0
.vscode/launch.json

@@ -0,0 +1,14 @@
+{
+  // Use IntelliSense to learn about possible attributes.
+  // Hover to view descriptions of existing attributes.
+  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+  "version": "0.2.0",
+  "configurations": [
+    {
+      "type": "node",
+      "request": "launch",
+      "name": "Tests",
+      "program": "${workspaceFolder}/tests/tests.js"
+    }
+  ]
+}