From 1fb99a3c0796150afea539db832eb49412a71d30 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 27 May 2024 21:23:14 +0100 Subject: [PATCH] chore(vscode): update settings --- home/apps/vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/apps/vscode/settings.json b/home/apps/vscode/settings.json index 341d8d0..648a8c9 100644 --- a/home/apps/vscode/settings.json +++ b/home/apps/vscode/settings.json @@ -354,5 +354,6 @@ "[astro]": { "editor.defaultFormatter": "astro-build.astro-vscode" }, - "diffEditor.renderSideBySide": false + "diffEditor.renderSideBySide": false, + "github.copilot.editor.enableAutoCompletions": true }