|
302 | 302 | { |
303 | 303 | "category": "ObjectScript", |
304 | 304 | "command": "vscode-objectscript.export", |
305 | | - "title": "Export sources" |
| 305 | + "title": "Export Sources" |
306 | 306 | }, |
307 | 307 | { |
308 | 308 | "category": "ObjectScript", |
309 | 309 | "command": "vscode-objectscript.compile", |
310 | | - "title": "Import and compile current file" |
| 310 | + "title": "Import and Compile Current File" |
311 | 311 | }, |
312 | 312 | { |
313 | 313 | "category": "ObjectScript", |
|
317 | 317 | { |
318 | 318 | "category": "ObjectScript", |
319 | 319 | "command": "vscode-objectscript.compileWithFlags", |
320 | | - "title": "Import and compile current file with specified flags" |
| 320 | + "title": "Import and Compile Current File with Specified Flags..." |
321 | 321 | }, |
322 | 322 | { |
323 | 323 | "category": "ObjectScript", |
324 | 324 | "command": "vscode-objectscript.compileAll", |
325 | | - "title": "Compile all namespace files" |
| 325 | + "title": "Compile All Namespace Files" |
326 | 326 | }, |
327 | 327 | { |
328 | 328 | "category": "ObjectScript", |
329 | 329 | "command": "vscode-objectscript.compileAllWithFlags", |
330 | | - "title": "Compile all namespace files with specified flags" |
| 330 | + "title": "Compile All Namespace Files with Specified Flags..." |
331 | 331 | }, |
332 | 332 | { |
333 | 333 | "command": "vscode-objectscript.explorer.export", |
|
336 | 336 | }, |
337 | 337 | { |
338 | 338 | "command": "vscode-objectscript.explorer.otherNamespace", |
339 | | - "title": "View another namespace", |
| 339 | + "title": "View Another Namespace...", |
340 | 340 | "category": "ObjectScript" |
341 | 341 | }, |
342 | 342 | { |
343 | 343 | "command": "vscode-objectscript.explorer.showGenerated", |
344 | | - "title": "Show generated", |
| 344 | + "title": "Show Generated", |
345 | 345 | "category": "ObjectScript" |
346 | 346 | }, |
347 | 347 | { |
348 | 348 | "command": "vscode-objectscript.explorer.hideGenerated", |
349 | | - "title": "Hide generated", |
| 349 | + "title": "Hide Generated", |
350 | 350 | "category": "ObjectScript" |
351 | 351 | }, |
352 | 352 | { |
353 | 353 | "command": "vscode-objectscript.explorer.otherNamespaceClose", |
354 | | - "title": "Close namespace", |
| 354 | + "title": "Close Namespace", |
355 | 355 | "category": "ObjectScript" |
356 | 356 | }, |
357 | 357 | { |
|
376 | 376 | { |
377 | 377 | "category": "ObjectScript", |
378 | 378 | "command": "vscode-objectscript.viewOthers", |
379 | | - "title": "View other" |
| 379 | + "title": "View Other" |
380 | 380 | }, |
381 | 381 | { |
382 | 382 | "category": "ObjectScript", |
|
386 | 386 | { |
387 | 387 | "category": "ObjectScript", |
388 | 388 | "command": "vscode-objectscript.superclass", |
389 | | - "title": "Go to Super class..." |
| 389 | + "title": "Go to Superclass..." |
390 | 390 | }, |
391 | 391 | { |
392 | 392 | "command": "vscode-objectscript.touchBar.compile", |
|
399 | 399 | { |
400 | 400 | "category": "ObjectScript", |
401 | 401 | "command": "vscode-objectscript.serverActions", |
402 | | - "title": "Show server actions" |
| 402 | + "title": "Server Actions..." |
403 | 403 | }, |
404 | 404 | { |
405 | | - "category": "ObjectScsript", |
| 405 | + "category": "ObjectScript", |
406 | 406 | "command": "vscode-objectscript.compileFolder", |
407 | | - "title": "Import and compile" |
| 407 | + "title": "Import and Compile" |
408 | 408 | }, |
409 | 409 | { |
410 | 410 | "category": "ObjectScript", |
411 | 411 | "command": "vscode-objectscript.studio.actions", |
412 | | - "title": "Studio actions" |
| 412 | + "title": "Studio Actions..." |
413 | 413 | } |
414 | 414 | ], |
415 | 415 | "keybindings": [ |
|
0 commit comments