From 0a2180146cfc85f5dd80d86d2aec6c3fa49ec4eb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 May 2025 13:40:23 +0100 Subject: [PATCH] chore(settings/copilot): enable thinking mode in GitHub Copilot extension --- settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/settings.json b/settings.json index 7c3c309..46248cf 100644 --- a/settings.json +++ b/settings.json @@ -45,6 +45,12 @@ "windsurf.autocompleteSpeed": "fast", // // =========================================================================== + // MARK: GitHub Copilot + // =========================================================================== + // + "github.copilot.chat.agent.thinkingTool": true, + // + // =========================================================================== // MARK: Editor // =========================================================================== //