fix: developer builtin name (#1699)
This commit is contained in:
@@ -422,7 +422,7 @@ pub fn configure_extensions_dialog() -> Result<(), Box<dyn Error>> {
|
|||||||
"built-in" => {
|
"built-in" => {
|
||||||
let extension = cliclack::select("Which built-in extension would you like to enable?")
|
let extension = cliclack::select("Which built-in extension would you like to enable?")
|
||||||
.item(
|
.item(
|
||||||
"Developer Tools",
|
"developer",
|
||||||
"Developer Tools",
|
"Developer Tools",
|
||||||
"Code editing and shell access",
|
"Code editing and shell access",
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "developertools",
|
"id": "developer",
|
||||||
"name": "Developer Tools",
|
"name": "Developer",
|
||||||
"description": "General development tools useful for software engineering.",
|
"description": "General development tools useful for software engineering.",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
|
|||||||
Reference in New Issue
Block a user