Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,14 @@
"additionalProperties": {
"type": "string"
}
},
"localfs": {
"type": "boolean",
"description": "Whether VS Code and the debuggee run on the same machine"
},
"localfsMap": {
"type": "string",
"description": "Pairs of remote and local root paths, written as remote:local (for example /remote_dir:/local_dir)"
}
}
},
Expand All @@ -647,6 +655,14 @@
"debugHost": {
"type": "string",
"description": "The host to use to connect to the debugger"
},
"localfs": {
"type": "boolean",
"description": "Whether VS Code and the debuggee run on the same machine"
},
"localfsMap": {
"type": "string",
"description": "Pairs of remote and local root paths, written as remote:local (for example /remote_dir:/local_dir)"
}
}
}
Expand Down
Loading