From a6a31f761f70bbedff2b462f0b8c72f0c9fffd87 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 6 Oct 2022 09:57:00 +0200 Subject: [PATCH] remove `quickSuggestions` team setting (#162811) --- .vscode/settings.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0f3f3d6e48b..4285774b5d7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -105,11 +105,6 @@ "git", "sash" ], - "editor.quickSuggestions": { - "other": "inline", - "comments": "inline", - "strings": "inline" - }, "githubPullRequests.assignCreated": "${user}", "githubPullRequests.defaultMergeMethod": "squash" }