|
192 | 192 | }, |
193 | 193 | { |
194 | 194 | "id": "OmniSharp", |
195 | | - "description": "OmniSharp for OSX", |
| 195 | + "description": "OmniSharp for macOS", |
196 | 196 | "url": "https://download.visualstudio.microsoft.com/download/pr/629d3d3b-feb3-4034-a8f7-3262b4bcdace/f57fe2aed239711c69cda6c82ee7a2bf/omnisharp-osx-1.37.2.zip", |
197 | 197 | "fallbackUrl": "https://roslynomnisharp.blob.core.windows.net/releases/1.37.2/omnisharp-osx-1.37.2.zip", |
198 | 198 | "installPath": ".omnisharp/1.37.2", |
|
248 | 248 | "platformId": "linux-x64", |
249 | 249 | "integrity": "41A1111915AA66224174B561FA70B1C88340AA5D9FEBC8B8583B19B68F8A4F00" |
250 | 250 | }, |
| 251 | + { |
| 252 | + "id": "Debugger", |
| 253 | + "description": ".NET Core Debugger (Windows / x64)", |
| 254 | + "url": "https://github.com/jamsilva/netcoredbg/releases/download/latest/netcoredbg-win64-master.zip", |
| 255 | + "installPath": ".debugger", |
| 256 | + "platforms": [ |
| 257 | + "win32" |
| 258 | + ], |
| 259 | + "architectures": [ |
| 260 | + "x86_64" |
| 261 | + ], |
| 262 | + "installTestPath": ".debugger/netcoredbg/netcoredbg.exe" |
| 263 | + }, |
| 264 | + { |
| 265 | + "id": "Debugger", |
| 266 | + "description": ".NET Core Debugger (macOS / x64)", |
| 267 | + "url": "https://github.com/jamsilva/netcoredbg/releases/download/latest/netcoredbg-osx-master.zip", |
| 268 | + "installPath": ".debugger", |
| 269 | + "platforms": [ |
| 270 | + "darwin" |
| 271 | + ], |
| 272 | + "architectures": [ |
| 273 | + "x86_64" |
| 274 | + ], |
| 275 | + "binaries": [ |
| 276 | + "netcoredbg/netcoredbg" |
| 277 | + ], |
| 278 | + "installTestPath": ".debugger/netcoredbg/netcoredbg" |
| 279 | + }, |
| 280 | + { |
| 281 | + "id": "Debugger", |
| 282 | + "description": ".NET Core Debugger (linux / x64)", |
| 283 | + "url": "https://github.com/jamsilva/netcoredbg/releases/download/latest/netcoredbg-linux-master.zip", |
| 284 | + "installPath": ".debugger", |
| 285 | + "platforms": [ |
| 286 | + "linux" |
| 287 | + ], |
| 288 | + "architectures": [ |
| 289 | + "x86_64" |
| 290 | + ], |
| 291 | + "binaries": [ |
| 292 | + "netcoredbg/netcoredbg" |
| 293 | + ], |
| 294 | + "installTestPath": ".debugger/netcoredbg/netcoredbg" |
| 295 | + }, |
251 | 296 | { |
252 | 297 | "id": "Razor", |
253 | 298 | "description": "Razor Language Server (Windows / x64)", |
|
1174 | 1219 | } |
1175 | 1220 | }, |
1176 | 1221 | "pipeTransport": { |
1177 | | - "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (vsdbg).", |
| 1222 | + "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (netcoredbg).", |
1178 | 1223 | "type": "object", |
1179 | 1224 | "required": [ |
1180 | 1225 | "debuggerPath" |
|
1183 | 1228 | "pipeCwd": "${workspaceFolder}", |
1184 | 1229 | "pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'", |
1185 | 1230 | "pipeArgs": [], |
1186 | | - "debuggerPath": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 1231 | + "debuggerPath": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
1187 | 1232 | }, |
1188 | 1233 | "properties": { |
1189 | 1234 | "pipeCwd": { |
|
1217 | 1262 | "debuggerPath": { |
1218 | 1263 | "type": "string", |
1219 | 1264 | "description": "The full path to the debugger on the target machine.", |
1220 | | - "default": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 1265 | + "default": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
1221 | 1266 | }, |
1222 | 1267 | "pipeEnv": { |
1223 | 1268 | "type": "object", |
|
1606 | 1651 | } |
1607 | 1652 | }, |
1608 | 1653 | "pipeTransport": { |
1609 | | - "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (vsdbg).", |
| 1654 | + "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (netcoredbg).", |
1610 | 1655 | "type": "object", |
1611 | 1656 | "required": [ |
1612 | 1657 | "debuggerPath" |
|
1615 | 1660 | "pipeCwd": "${workspaceFolder}", |
1616 | 1661 | "pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'", |
1617 | 1662 | "pipeArgs": [], |
1618 | | - "debuggerPath": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 1663 | + "debuggerPath": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
1619 | 1664 | }, |
1620 | 1665 | "properties": { |
1621 | 1666 | "pipeCwd": { |
|
1649 | 1694 | "debuggerPath": { |
1650 | 1695 | "type": "string", |
1651 | 1696 | "description": "The full path to the debugger on the target machine.", |
1652 | | - "default": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 1697 | + "default": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
1653 | 1698 | }, |
1654 | 1699 | "pipeEnv": { |
1655 | 1700 | "type": "object", |
|
2004 | 2049 | "pipeCwd": "^\"\\${workspaceFolder}\"", |
2005 | 2050 | "pipeProgram": "^\"${3:enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'}\"", |
2006 | 2051 | "pipeArgs": [], |
2007 | | - "debuggerPath": "^\"${4:enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg}\"" |
| 2052 | + "debuggerPath": "^\"${4:enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg}\"" |
2008 | 2053 | } |
2009 | 2054 | } |
2010 | 2055 | }, |
|
2020 | 2065 | "pipeCwd": "^\"\\${workspaceFolder}\"", |
2021 | 2066 | "pipeProgram": "^\"${1:enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'}\"", |
2022 | 2067 | "pipeArgs": [], |
2023 | | - "debuggerPath": "^\"${2:enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg}\"" |
| 2068 | + "debuggerPath": "^\"${2:enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg}\"" |
2024 | 2069 | } |
2025 | 2070 | } |
2026 | 2071 | } |
|
2271 | 2316 | } |
2272 | 2317 | }, |
2273 | 2318 | "pipeTransport": { |
2274 | | - "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (vsdbg).", |
| 2319 | + "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (netcoredbg).", |
2275 | 2320 | "type": "object", |
2276 | 2321 | "required": [ |
2277 | 2322 | "debuggerPath" |
|
2280 | 2325 | "pipeCwd": "${workspaceFolder}", |
2281 | 2326 | "pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'", |
2282 | 2327 | "pipeArgs": [], |
2283 | | - "debuggerPath": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 2328 | + "debuggerPath": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
2284 | 2329 | }, |
2285 | 2330 | "properties": { |
2286 | 2331 | "pipeCwd": { |
|
2314 | 2359 | "debuggerPath": { |
2315 | 2360 | "type": "string", |
2316 | 2361 | "description": "The full path to the debugger on the target machine.", |
2317 | | - "default": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 2362 | + "default": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
2318 | 2363 | }, |
2319 | 2364 | "pipeEnv": { |
2320 | 2365 | "type": "object", |
|
2703 | 2748 | } |
2704 | 2749 | }, |
2705 | 2750 | "pipeTransport": { |
2706 | | - "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (vsdbg).", |
| 2751 | + "description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (netcoredbg).", |
2707 | 2752 | "type": "object", |
2708 | 2753 | "required": [ |
2709 | 2754 | "debuggerPath" |
|
2712 | 2757 | "pipeCwd": "${workspaceFolder}", |
2713 | 2758 | "pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'", |
2714 | 2759 | "pipeArgs": [], |
2715 | | - "debuggerPath": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 2760 | + "debuggerPath": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
2716 | 2761 | }, |
2717 | 2762 | "properties": { |
2718 | 2763 | "pipeCwd": { |
|
2746 | 2791 | "debuggerPath": { |
2747 | 2792 | "type": "string", |
2748 | 2793 | "description": "The full path to the debugger on the target machine.", |
2749 | | - "default": "enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg" |
| 2794 | + "default": "enter the path for the debugger on the target machine, for example /usr/bin/netcoredbg" |
2750 | 2795 | }, |
2751 | 2796 | "pipeEnv": { |
2752 | 2797 | "type": "object", |
|
0 commit comments