File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
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 }
You can’t perform that action at this time.
0 commit comments