chore(settings): Enable 'useSmartEdit' by default (#11051)

This commit is contained in:
Abhi
2025-10-13 15:05:08 -04:00
committed by GitHub
parent a73b81452d
commit 771627505d

View File

@@ -899,7 +899,7 @@ const SETTINGS_SCHEMA = {
label: 'Use Smart Edit',
category: 'Advanced',
requiresRestart: false,
default: false,
default: true,
description: 'Enable the smart-edit tool instead of the replace tool.',
showInDialog: false,
},