From e5d14006dcbbc49cceda970177a3130c8a3863ed Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Tue, 6 Sep 2016 14:46:45 +0200 Subject: [PATCH] undo the changes --- .vscode/launch.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ec6f15691b9..df5aedd1c04 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,7 @@ "stopOnEntry": false, "args": [ "--timeout", - "999999", - "-g", - "Editor Model - Find" + "999999" ], "cwd": "${workspaceRoot}", "runtimeArgs": [],