chore(settings/copilot): enable thinking mode in GitHub Copilot extension

This commit is contained in:
Jim Myhrberg
2025-05-05 13:40:23 +01:00
parent 578f96a19a
commit 0a2180146c

View File

@@ -45,6 +45,12 @@
"windsurf.autocompleteSpeed": "fast",
//
// ===========================================================================
// MARK: GitHub Copilot
// ===========================================================================
//
"github.copilot.chat.agent.thinkingTool": true,
//
// ===========================================================================
// MARK: Editor
// ===========================================================================
//