diff --git a/package.json b/package.json index ec870c1..3a6db75 100644 --- a/package.json +++ b/package.json @@ -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": [