Use PascalCase for all tool display names (#12918)

This commit is contained in:
Tommaso Sciortino
2025-11-11 20:28:13 -08:00
committed by GitHub
parent 11a0a9b911
commit d3cf28eb4b
5 changed files with 5 additions and 5 deletions

View File

@@ -1077,7 +1077,7 @@ const SETTINGS_SCHEMA = {
},
useWriteTodos: {
type: 'boolean',
label: 'Use Write Todos',
label: 'Use WriteTodos',
category: 'Advanced',
requiresRestart: false,
default: false,