feat(settings): add chat-related settings for VSCode, enabling file change visibility and edit suggestions

This commit is contained in:
Jim Myhrberg
2025-10-22 13:37:08 +01:00
parent 910e7cc8c4
commit 26fc06b2e4

View File

@@ -56,6 +56,13 @@
"github.copilot.nextEditSuggestions.enabled": true,
//
// ===========================================================================
// MARK: Chat (VSCode)
// ===========================================================================
//
"chat.checkpoints.showFileChanges": true,
"chat.edits2.enabled": true,
//
// ===========================================================================
// MARK: Editor
// ===========================================================================
//