initialConfigurations valuesFormatting
This commit is contained in:
parent
3580241216
commit
67e0afac89
1 changed files with 6 additions and 3 deletions
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue