Sha256: 9ed0a389ea6efbc0c2c273ffaf4917b16023e4cb349e2ac1b67a4f274542e209
Contents?: true
Size: 1.35 KB
Versions: 5
Compression:
Stored size: 1.35 KB
Contents
{ "version": "0.2.0", "configurations": [ { "name": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/<%= application_name %>.dll", "args": [], "cwd": "${workspaceRoot}", "stopAtEntry": false }, { "name": ".NET Core Launch (web)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/<%= application_name %>.dll", "args": [], "cwd": "${workspaceRoot}", "stopAtEntry": false, "launchBrowser": { "enabled": true, "args": "${auto-detect-url}", "windows": { "command": "cmd.exe", "args": "/C start ${auto-detect-url}" }, "osx": { "command": "open" }, "linux": { "command": "xdg-open" } } }, { "name": ".NET Core Attach", "type": "coreclr", "request": "attach", "processName": "<example>" } ] }
Version data entries
5 entries across 5 versions & 1 rubygems