From 278aaf0ee9643b416e74839ef6edd8ac822bf7f2 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Tue, 29 Jul 2025 17:14:48 +0200 Subject: [PATCH] disable vscode snippets setting --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 62076068..7b7ee88a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,5 +47,6 @@ "activityBar.background": "#053334", "titleBar.activeBackground": "#074749", "titleBar.activeForeground": "#ECFDFD" - } + }, + "editor.suggest.showSnippets": false }