Skip to content

Commit 5e72408

Browse files
authored
Merge pull request #4121 from eyupcanakman/fix/debugger-localfs-schema
Add localfs and localfsMap to the debugger configuration schema
2 parents 414fd58 + 0671e2f commit 5e72408

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

vscode/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,14 @@
631631
"additionalProperties": {
632632
"type": "string"
633633
}
634+
},
635+
"localfs": {
636+
"type": "boolean",
637+
"description": "Whether VS Code and the debuggee run on the same machine"
638+
},
639+
"localfsMap": {
640+
"type": "string",
641+
"description": "Pairs of remote and local root paths, written as remote:local (for example /remote_dir:/local_dir)"
634642
}
635643
}
636644
},
@@ -647,6 +655,14 @@
647655
"debugHost": {
648656
"type": "string",
649657
"description": "The host to use to connect to the debugger"
658+
},
659+
"localfs": {
660+
"type": "boolean",
661+
"description": "Whether VS Code and the debuggee run on the same machine"
662+
},
663+
"localfsMap": {
664+
"type": "string",
665+
"description": "Pairs of remote and local root paths, written as remote:local (for example /remote_dir:/local_dir)"
650666
}
651667
}
652668
}

0 commit comments

Comments
 (0)