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 64cc3e17ea
commit bbd30380d9
+1 -1
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,
},