From 67e0afac89cd3db1db4c167898613ba03975edc7 Mon Sep 17 00:00:00 2001 From: yanpas Date: Thu, 5 Jul 2018 12:53:28 +0300 Subject: [PATCH] initialConfigurations valuesFormatting --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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": [