Fixed bug in setbg
[clearscm.git] / bin / .vscode / launch.json
diff --git a/bin/.vscode/launch.json b/bin/.vscode/launch.json
new file mode 100644 (file)
index 0000000..911f1e4
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    // 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": "perl",
+            "request": "launch",
+            "name": "Debug",
+            "program": "${workspaceFolder}/${relativeFile}",
+            "stopOnEntry": true,
+            "reloadModules": true
+        }
+    ]
+}
\ No newline at end of file