Skip to content

Commit 9a0c4ec

Browse files
authored
chore(vscode): Improve the command title for oxc.toggleEnable. (#15255)
I noticed this looked a bit out-of-place: <img width="739" height="264" alt="Screenshot 2025-11-03 at 10 21 30 PM" src="https://github.com/user-attachments/assets/f1cbfb47-f6d3-4fa6-93ab-a280500335f8" />
1 parent 6f4a50c commit 9a0c4ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"command": "oxc.toggleEnable",
49-
"title": "toggle enable",
49+
"title": "Toggle whether oxc is enabled",
5050
"category": "Oxc"
5151
},
5252
{
@@ -78,7 +78,7 @@
7878
"type": "boolean",
7979
"default": true,
8080
"scope": "window",
81-
"description": "enable oxc language server"
81+
"description": "Enable oxc language server"
8282
},
8383
"oxc.requireConfig": {
8484
"scope": "resource",

0 commit comments

Comments
 (0)