fix: developer builtin name (#1699)

This commit is contained in:
Lily Delalande
2025-03-14 11:34:25 -07:00
committed by GitHub
parent 805e359acf
commit e6c02fb463
2 changed files with 3 additions and 3 deletions

View File

@@ -422,7 +422,7 @@ pub fn configure_extensions_dialog() -> Result<(), Box<dyn Error>> {
"built-in" => {
let extension = cliclack::select("Which built-in extension would you like to enable?")
.item(
"Developer Tools",
"developer",
"Developer Tools",
"Code editing and shell access",
)