X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2F.vscode%2Flaunch.json;fp=bin%2F.vscode%2Flaunch.json;h=911f1e4f28cddd58041ab7bd31a10bc8e7b5291d;hb=f1e080cb5090ea52eddcb1c85185e719582a137b;hp=0000000000000000000000000000000000000000;hpb=a8c84d2892f07a6863b68a11eb0a4a79ffd71fb5;p=clearscm.git diff --git a/bin/.vscode/launch.json b/bin/.vscode/launch.json new file mode 100644 index 0000000..911f1e4 --- /dev/null +++ b/bin/.vscode/launch.json @@ -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