Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 407 Bytes

Readme.md

File metadata and controls

12 lines (10 loc) · 407 Bytes

In order to publish and remote debug your dotnet application you have to add appropriate entries in the vscode user/workspace settings.

For example:

{
    "dotnetDebug.remoteHost": "[email protected]",
    "dotnetDebug.remoteFolder": "/home/dotnet"
}

You can open the user settings.json file with the Preferences: Open User/Workspace Settings (JSON) command in the Command Palette (Ctrl+Shift+P).