Skip to content

Commit 67e0afa

Browse files
committed
initialConfigurations valuesFormatting
1 parent 3580241 commit 67e0afa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@
334334
"type": "gdb",
335335
"request": "launch",
336336
"target": "./bin/executable",
337-
"cwd": "${workspaceRoot}"
337+
"cwd": "${workspaceRoot}",
338+
"valuesFormatting": "parseText"
338339
}
339340
],
340341
"configurationSnippets": [
@@ -669,7 +670,8 @@
669670
"type": "lldb-mi",
670671
"request": "launch",
671672
"target": "./bin/executable",
672-
"cwd": "${workspaceRoot}"
673+
"cwd": "${workspaceRoot}",
674+
"valuesFormatting": "parseText"
673675
}
674676
],
675677
"configurationSnippets": [
@@ -880,7 +882,8 @@
880882
"type": "mago-mi",
881883
"request": "launch",
882884
"target": "./bin/executable",
883-
"cwd": "${workspaceRoot}"
885+
"cwd": "${workspaceRoot}",
886+
"valuesFormatting": "parseText"
884887
}
885888
],
886889
"configurationSnippets": [

0 commit comments

Comments
 (0)