Skip to content

Commit dc5ee8e

Browse files
authored
Merge branch 'master' into AddMoreStudioActions
2 parents 76084fe + 02442cf commit dc5ee8e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@
306306
{
307307
"category": "ObjectScript",
308308
"command": "vscode-objectscript.export",
309-
"title": "Export sources"
309+
"title": "Export Sources"
310310
},
311311
{
312312
"category": "ObjectScript",
313313
"command": "vscode-objectscript.compile",
314-
"title": "Import and compile current file"
314+
"title": "Import and Compile Current File"
315315
},
316316
{
317317
"category": "ObjectScript",
@@ -321,17 +321,17 @@
321321
{
322322
"category": "ObjectScript",
323323
"command": "vscode-objectscript.compileWithFlags",
324-
"title": "Import and compile current file with specified flags"
324+
"title": "Import and Compile Current File with Specified Flags..."
325325
},
326326
{
327327
"category": "ObjectScript",
328328
"command": "vscode-objectscript.compileAll",
329-
"title": "Compile all namespace files"
329+
"title": "Compile All Namespace Files"
330330
},
331331
{
332332
"category": "ObjectScript",
333333
"command": "vscode-objectscript.compileAllWithFlags",
334-
"title": "Compile all namespace files with specified flags"
334+
"title": "Compile All Namespace Files with Specified Flags..."
335335
},
336336
{
337337
"command": "vscode-objectscript.explorer.export",
@@ -340,22 +340,22 @@
340340
},
341341
{
342342
"command": "vscode-objectscript.explorer.otherNamespace",
343-
"title": "View another namespace",
343+
"title": "View Another Namespace...",
344344
"category": "ObjectScript"
345345
},
346346
{
347347
"command": "vscode-objectscript.explorer.showGenerated",
348-
"title": "Show generated",
348+
"title": "Show Generated",
349349
"category": "ObjectScript"
350350
},
351351
{
352352
"command": "vscode-objectscript.explorer.hideGenerated",
353-
"title": "Hide generated",
353+
"title": "Hide Generated",
354354
"category": "ObjectScript"
355355
},
356356
{
357357
"command": "vscode-objectscript.explorer.otherNamespaceClose",
358-
"title": "Close namespace",
358+
"title": "Close Namespace",
359359
"category": "ObjectScript"
360360
},
361361
{
@@ -380,7 +380,7 @@
380380
{
381381
"category": "ObjectScript",
382382
"command": "vscode-objectscript.viewOthers",
383-
"title": "View other"
383+
"title": "View Other"
384384
},
385385
{
386386
"category": "ObjectScript",
@@ -390,7 +390,7 @@
390390
{
391391
"category": "ObjectScript",
392392
"command": "vscode-objectscript.superclass",
393-
"title": "Go to Super class..."
393+
"title": "Go to Superclass..."
394394
},
395395
{
396396
"command": "vscode-objectscript.touchBar.compile",
@@ -403,22 +403,22 @@
403403
{
404404
"category": "ObjectScript",
405405
"command": "vscode-objectscript.serverActions",
406-
"title": "Show server actions"
406+
"title": "Server Actions..."
407407
},
408408
{
409-
"category": "ObjectScsript",
409+
"category": "ObjectScript",
410410
"command": "vscode-objectscript.compileFolder",
411-
"title": "Import and compile"
411+
"title": "Import and Compile"
412412
},
413413
{
414414
"category": "ObjectScript",
415415
"command": "vscode-objectscript.studio.actions",
416-
"title": "Studio Actions"
416+
"title": "Studio Actions..."
417417
},
418418
{
419419
"category": "ObjectScript",
420420
"command": "vscode-objectscript.studio.contextActions",
421-
"title": "Studio Context Actions"
421+
"title": "Studio Context Actions..."
422422
}
423423
],
424424
"keybindings": [

0 commit comments

Comments
 (0)