Skip to content

Commit 7d97df1

Browse files
committed
fix #155 Make command titles conform to VS Code style
1 parent 7338a1d commit 7d97df1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,12 @@
302302
{
303303
"category": "ObjectScript",
304304
"command": "vscode-objectscript.export",
305-
"title": "Export sources"
305+
"title": "Export Sources"
306306
},
307307
{
308308
"category": "ObjectScript",
309309
"command": "vscode-objectscript.compile",
310-
"title": "Import and compile current file"
310+
"title": "Import and Compile Current File"
311311
},
312312
{
313313
"category": "ObjectScript",
@@ -317,17 +317,17 @@
317317
{
318318
"category": "ObjectScript",
319319
"command": "vscode-objectscript.compileWithFlags",
320-
"title": "Import and compile current file with specified flags"
320+
"title": "Import and Compile Current File with Specified Flags..."
321321
},
322322
{
323323
"category": "ObjectScript",
324324
"command": "vscode-objectscript.compileAll",
325-
"title": "Compile all namespace files"
325+
"title": "Compile All Namespace Files"
326326
},
327327
{
328328
"category": "ObjectScript",
329329
"command": "vscode-objectscript.compileAllWithFlags",
330-
"title": "Compile all namespace files with specified flags"
330+
"title": "Compile All Namespace Files with Specified Flags..."
331331
},
332332
{
333333
"command": "vscode-objectscript.explorer.export",
@@ -336,22 +336,22 @@
336336
},
337337
{
338338
"command": "vscode-objectscript.explorer.otherNamespace",
339-
"title": "View another namespace",
339+
"title": "View Another Namespace...",
340340
"category": "ObjectScript"
341341
},
342342
{
343343
"command": "vscode-objectscript.explorer.showGenerated",
344-
"title": "Show generated",
344+
"title": "Show Generated",
345345
"category": "ObjectScript"
346346
},
347347
{
348348
"command": "vscode-objectscript.explorer.hideGenerated",
349-
"title": "Hide generated",
349+
"title": "Hide Generated",
350350
"category": "ObjectScript"
351351
},
352352
{
353353
"command": "vscode-objectscript.explorer.otherNamespaceClose",
354-
"title": "Close namespace",
354+
"title": "Close Namespace",
355355
"category": "ObjectScript"
356356
},
357357
{
@@ -376,7 +376,7 @@
376376
{
377377
"category": "ObjectScript",
378378
"command": "vscode-objectscript.viewOthers",
379-
"title": "View other"
379+
"title": "View Other"
380380
},
381381
{
382382
"category": "ObjectScript",
@@ -386,7 +386,7 @@
386386
{
387387
"category": "ObjectScript",
388388
"command": "vscode-objectscript.superclass",
389-
"title": "Go to Super class..."
389+
"title": "Go to Superclass..."
390390
},
391391
{
392392
"command": "vscode-objectscript.touchBar.compile",
@@ -399,17 +399,17 @@
399399
{
400400
"category": "ObjectScript",
401401
"command": "vscode-objectscript.serverActions",
402-
"title": "Show server actions"
402+
"title": "Server Actions..."
403403
},
404404
{
405-
"category": "ObjectScsript",
405+
"category": "ObjectScript",
406406
"command": "vscode-objectscript.compileFolder",
407-
"title": "Import and compile"
407+
"title": "Import and Compile"
408408
},
409409
{
410410
"category": "ObjectScript",
411411
"command": "vscode-objectscript.studio.actions",
412-
"title": "Studio actions"
412+
"title": "Studio Actions..."
413413
}
414414
],
415415
"keybindings": [

0 commit comments

Comments
 (0)