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": [],