initialConfigurations valuesFormatting

This commit is contained in:
yanpas 2018-07-05 12:53:28 +03:00
commit 67e0afac89

View file

@ -334,7 +334,8 @@
"type": "gdb",
"request": "launch",
"target": "./bin/executable",
"cwd": "${workspaceRoot}"
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText"
}
],
"configurationSnippets": [
@ -669,7 +670,8 @@
"type": "lldb-mi",
"request": "launch",
"target": "./bin/executable",
"cwd": "${workspaceRoot}"
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText"
}
],
"configurationSnippets": [
@ -880,7 +882,8 @@
"type": "mago-mi",
"request": "launch",
"target": "./bin/executable",
"cwd": "${workspaceRoot}"
"cwd": "${workspaceRoot}",
"valuesFormatting": "parseText"
}
],
"configurationSnippets": [