|
306 | 306 | {
|
307 | 307 | "category": "ObjectScript",
|
308 | 308 | "command": "vscode-objectscript.export",
|
309 |
| - "title": "Export sources" |
| 309 | + "title": "Export Sources" |
310 | 310 | },
|
311 | 311 | {
|
312 | 312 | "category": "ObjectScript",
|
313 | 313 | "command": "vscode-objectscript.compile",
|
314 |
| - "title": "Import and compile current file" |
| 314 | + "title": "Import and Compile Current File" |
315 | 315 | },
|
316 | 316 | {
|
317 | 317 | "category": "ObjectScript",
|
|
321 | 321 | {
|
322 | 322 | "category": "ObjectScript",
|
323 | 323 | "command": "vscode-objectscript.compileWithFlags",
|
324 |
| - "title": "Import and compile current file with specified flags" |
| 324 | + "title": "Import and Compile Current File with Specified Flags..." |
325 | 325 | },
|
326 | 326 | {
|
327 | 327 | "category": "ObjectScript",
|
328 | 328 | "command": "vscode-objectscript.compileAll",
|
329 |
| - "title": "Compile all namespace files" |
| 329 | + "title": "Compile All Namespace Files" |
330 | 330 | },
|
331 | 331 | {
|
332 | 332 | "category": "ObjectScript",
|
333 | 333 | "command": "vscode-objectscript.compileAllWithFlags",
|
334 |
| - "title": "Compile all namespace files with specified flags" |
| 334 | + "title": "Compile All Namespace Files with Specified Flags..." |
335 | 335 | },
|
336 | 336 | {
|
337 | 337 | "command": "vscode-objectscript.explorer.export",
|
|
340 | 340 | },
|
341 | 341 | {
|
342 | 342 | "command": "vscode-objectscript.explorer.otherNamespace",
|
343 |
| - "title": "View another namespace", |
| 343 | + "title": "View Another Namespace...", |
344 | 344 | "category": "ObjectScript"
|
345 | 345 | },
|
346 | 346 | {
|
347 | 347 | "command": "vscode-objectscript.explorer.showGenerated",
|
348 |
| - "title": "Show generated", |
| 348 | + "title": "Show Generated", |
349 | 349 | "category": "ObjectScript"
|
350 | 350 | },
|
351 | 351 | {
|
352 | 352 | "command": "vscode-objectscript.explorer.hideGenerated",
|
353 |
| - "title": "Hide generated", |
| 353 | + "title": "Hide Generated", |
354 | 354 | "category": "ObjectScript"
|
355 | 355 | },
|
356 | 356 | {
|
357 | 357 | "command": "vscode-objectscript.explorer.otherNamespaceClose",
|
358 |
| - "title": "Close namespace", |
| 358 | + "title": "Close Namespace", |
359 | 359 | "category": "ObjectScript"
|
360 | 360 | },
|
361 | 361 | {
|
|
380 | 380 | {
|
381 | 381 | "category": "ObjectScript",
|
382 | 382 | "command": "vscode-objectscript.viewOthers",
|
383 |
| - "title": "View other" |
| 383 | + "title": "View Other" |
384 | 384 | },
|
385 | 385 | {
|
386 | 386 | "category": "ObjectScript",
|
|
390 | 390 | {
|
391 | 391 | "category": "ObjectScript",
|
392 | 392 | "command": "vscode-objectscript.superclass",
|
393 |
| - "title": "Go to Super class..." |
| 393 | + "title": "Go to Superclass..." |
394 | 394 | },
|
395 | 395 | {
|
396 | 396 | "command": "vscode-objectscript.touchBar.compile",
|
|
403 | 403 | {
|
404 | 404 | "category": "ObjectScript",
|
405 | 405 | "command": "vscode-objectscript.serverActions",
|
406 |
| - "title": "Show server actions" |
| 406 | + "title": "Server Actions..." |
407 | 407 | },
|
408 | 408 | {
|
409 |
| - "category": "ObjectScsript", |
| 409 | + "category": "ObjectScript", |
410 | 410 | "command": "vscode-objectscript.compileFolder",
|
411 |
| - "title": "Import and compile" |
| 411 | + "title": "Import and Compile" |
412 | 412 | },
|
413 | 413 | {
|
414 | 414 | "category": "ObjectScript",
|
415 | 415 | "command": "vscode-objectscript.studio.actions",
|
416 |
| - "title": "Studio Actions" |
| 416 | + "title": "Studio Actions..." |
417 | 417 | },
|
418 | 418 | {
|
419 | 419 | "category": "ObjectScript",
|
420 | 420 | "command": "vscode-objectscript.studio.contextActions",
|
421 |
| - "title": "Studio Context Actions" |
| 421 | + "title": "Studio Context Actions..." |
422 | 422 | }
|
423 | 423 | ],
|
424 | 424 | "keybindings": [
|
|
0 commit comments