Skip to content

Commit f97098e

Browse files
COS case changed to uppercase
1 parent ecc1187 commit f97098e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
],
6161
"commands": [
6262
{
63-
"category": "cos",
63+
"category": "COS",
6464
"command": "cos.export",
6565
"title": "Export sources"
6666
},
6767
{
68-
"category": "cos",
68+
"category": "COS",
6969
"command": "cos.compile",
7070
"title": "Import and compile current file"
7171
}

0 commit comments

Comments
 (0)