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