From ecb12648322665102db20803d011a86fb5511922 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Thu, 16 Sep 2021 09:29:35 +0200 Subject: [PATCH] vscode: do not disable autocomplete on enter --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f8ce7d827b..75e60d908e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,7 +31,6 @@ "esc" ], "debug.toolBarLocation": "docked", - "editor.acceptSuggestionOnEnter": "off", "editor.defaultFormatter": "chiehyu.vscode-astyle", "editor.dragAndDrop": false, "editor.insertSpaces": false,