Removed .vscode
authorAndrew DeFaria <A.DeFaria@cpanel.net>
Mon, 19 Sep 2022 23:59:20 +0000 (16:59 -0700)
committerAndrew DeFaria <A.DeFaria@cpanel.net>
Mon, 19 Sep 2022 23:59:20 +0000 (16:59 -0700)
bin/.vscode/launch.json [deleted file]

diff --git a/bin/.vscode/launch.json b/bin/.vscode/launch.json
deleted file mode 100644 (file)
index 911f1e4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-    // 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