346346 "request" : " launch" ,
347347 "name" : " ${2:Launch Program}" ,
348348 "target" : " ${1:./bin/executable}" ,
349- "cwd" : " ^\"\\ ${workspaceRoot}\" "
349+ "cwd" : " ^\"\\ ${workspaceRoot}\" " ,
350+ "valuesFormatting" : " parseText"
350351 }
351352 },
352353 {
357358 "request" : " attach" ,
358359 "name" : " ${2:Attach to PID}" ,
359360 "target" : " ${1:[PID]}" ,
360- "cwd" : " ^\"\\ ${workspaceRoot}\" "
361+ "cwd" : " ^\"\\ ${workspaceRoot}\" " ,
362+ "valuesFormatting" : " parseText"
361363 }
362364 },
363365 {
370372 "executable" : " ${1:./bin/executable}" ,
371373 "target" : " :${2:2345}" ,
372374 "remote" : true ,
373- "cwd" : " ^\"\\ ${workspaceRoot}\" "
375+ "cwd" : " ^\"\\ ${workspaceRoot}\" " ,
376+ "valuesFormatting" : " parseText"
374377 }
375378 },
376379 {
387390 "cwd" : " ${3:/home/remote_user/project/}" ,
388391 "keyfile" : " ${4:/home/my_user/.ssh/id_rsa}" ,
389392 "user" : " ${5:remote_user}"
390- }
393+ },
394+ "valuesFormatting" : " parseText"
391395 }
392396 },
393397 {
407411 "forwardX11" : true ,
408412 "x11host" : " localhost" ,
409413 "x11port" : 6000
410- }
414+ },
415+ "valuesFormatting" : " parseText"
411416 }
412417 },
413418 {
426431 " attach 1" ,
427432 " load ${1:./bin/executable.elf}"
428433 ]
429- }
434+ },
435+ "valuesFormatting" : " parseText"
430436 }
431437 ]
432438 },
675681 "request" : " launch" ,
676682 "name" : " ${2:Launch Program}" ,
677683 "target" : " ${1:./bin/executable}" ,
678- "cwd" : " ^\"\\ ${workspaceRoot}\" "
684+ "cwd" : " ^\"\\ ${workspaceRoot}\" " ,
685+ "valuesFormatting" : " parseText"
679686 }
680687 },
681688 {
686693 "request" : " attach" ,
687694 "name" : " ${2:Attach to PID}" ,
688695 "target" : " ${1:[PID]}" ,
689- "cwd" : " ^\"\\ ${workspaceRoot}\" "
696+ "cwd" : " ^\"\\ ${workspaceRoot}\" " ,
697+ "valuesFormatting" : " parseText"
690698 }
691699 },
692700 {
703711 "cwd" : " ${3:/home/remote_user/project/}" ,
704712 "keyfile" : " ${4:/home/my_user/.ssh/id_rsa}" ,
705713 "user" : " ${5:remote_user}"
706- }
714+ },
715+ "valuesFormatting" : " parseText"
707716 }
708717 },
709718 {
723732 "forwardX11" : true ,
724733 "x11host" : " localhost" ,
725734 "x11port" : 6000
726- }
735+ },
736+ "valuesFormatting" : " parseText"
727737 }
728738 }
729739 ]
882892 "request" : " launch" ,
883893 "name" : " ${2:Launch Program}" ,
884894 "target" : " ${1:./bin/executable}" ,
885- "cwd" : " ^\"\\ ${workspaceRoot}\" "
895+ "cwd" : " ^\"\\ ${workspaceRoot}\" " ,
896+ "valuesFormatting" : " parseText"
886897 }
887898 },
888899 {
893904 "request" : " attach" ,
894905 "name" : " ${2:Attach to PID}" ,
895906 "target" : " ${1:[PID]}" ,
896- "cwd" : " ^\"\\ ${workspaceRoot}\" "
907+ "cwd" : " ^\"\\ ${workspaceRoot}\" " ,
908+ "valuesFormatting" : " parseText"
897909 }
898910 }
899911 ]
917929 "@types/node" : " ^7.0.5" ,
918930 "@types/mocha" : " ^2.2.39"
919931 }
920- }
932+ }
0 commit comments