From 3bd30095184b522bb2da7291f096d4a1d8a54f68 Mon Sep 17 00:00:00 2001 From: Ben Purinton Date: Fri, 12 Sep 2025 10:02:55 -0400 Subject: [PATCH 1/4] update settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 74cffd2..b1c0f82 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "chat.disableAIFeatures": true, "editor.tabSize": 2, "editor.acceptSuggestionOnEnter": "off", "editor.bracketPairColorization.enabled": false, From d52ba7596612dd8655adb582bd4bf6c12353a832 Mon Sep 17 00:00:00 2001 From: Ben Purinton Date: Fri, 12 Sep 2025 10:14:51 -0400 Subject: [PATCH 2/4] uninstall copilot in devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 34e07be..28d211d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -46,7 +46,8 @@ "aliariff.vscode-erb-beautify", "eamodio.gitlens", "setobiralo.erb-commenter", - "firstdraft.terminal-clear"] + "firstdraft.terminal-clear", + "-github.copilot-chat"] } } From a58f9a622deb23a28fd3c320c36c3fa32ed38fe4 Mon Sep 17 00:00:00 2001 From: Ben Purinton Date: Fri, 12 Sep 2025 15:00:06 +0000 Subject: [PATCH 3/4] more settings --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b1c0f82..d91c9ed 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "chat.disableAIFeatures": true, + "github.copilot.enable": false, + "github.copilot.inlineSuggest.enable": false, + "github.copilot.editor.enableAutoCompletions": false, "editor.tabSize": 2, "editor.acceptSuggestionOnEnter": "off", "editor.bracketPairColorization.enabled": false, From fbe9151c41129502b759dd938c2f38b17a3f7518 Mon Sep 17 00:00:00 2001 From: Ben Purinton Date: Fri, 12 Sep 2025 15:07:49 +0000 Subject: [PATCH 4/4] secondary sidebar hidden --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d91c9ed..deebf69 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,6 @@ { "chat.disableAIFeatures": true, - "github.copilot.enable": false, - "github.copilot.inlineSuggest.enable": false, - "github.copilot.editor.enableAutoCompletions": false, + "workbench.secondarySideBar.defaultVisibility": "hidden", "editor.tabSize": 2, "editor.acceptSuggestionOnEnter": "off", "editor.bracketPairColorization.enabled": false,