Skip to content

Commit 3580241

Browse files
committed
add valuesFormatting by default
1 parent 628492b commit 3580241

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

package.json

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@
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
{
@@ -357,7 +358,8 @@
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
{
@@ -370,7 +372,8 @@
370372
"executable": "${1:./bin/executable}",
371373
"target": ":${2:2345}",
372374
"remote": true,
373-
"cwd": "^\"\\${workspaceRoot}\""
375+
"cwd": "^\"\\${workspaceRoot}\"",
376+
"valuesFormatting": "parseText"
374377
}
375378
},
376379
{
@@ -387,7 +390,8 @@
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
{
@@ -407,7 +411,8 @@
407411
"forwardX11": true,
408412
"x11host": "localhost",
409413
"x11port": 6000
410-
}
414+
},
415+
"valuesFormatting": "parseText"
411416
}
412417
},
413418
{
@@ -426,7 +431,8 @@
426431
"attach 1",
427432
"load ${1:./bin/executable.elf}"
428433
]
429-
}
434+
},
435+
"valuesFormatting": "parseText"
430436
}
431437
]
432438
},
@@ -675,7 +681,8 @@
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
{
@@ -686,7 +693,8 @@
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
{
@@ -703,7 +711,8 @@
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
{
@@ -723,7 +732,8 @@
723732
"forwardX11": true,
724733
"x11host": "localhost",
725734
"x11port": 6000
726-
}
735+
},
736+
"valuesFormatting": "parseText"
727737
}
728738
}
729739
]
@@ -882,7 +892,8 @@
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
{
@@ -893,7 +904,8 @@
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
]
@@ -917,4 +929,4 @@
917929
"@types/node": "^7.0.5",
918930
"@types/mocha": "^2.2.39"
919931
}
920-
}
932+
}

0 commit comments

Comments
 (0)