|
445 | 445 | "commands": [ |
446 | 446 | { |
447 | 447 | "command": "typescript.reloadProjects", |
448 | | - "title": "%typescript.reloadProjects.title%", |
| 448 | + "title": { |
| 449 | + "original": "Reload Project", |
| 450 | + "value": "%typescript.reloadProjects.title%" |
| 451 | + }, |
449 | 452 | "category": "TypeScript" |
450 | 453 | }, |
451 | 454 | { |
452 | 455 | "command": "javascript.reloadProjects", |
453 | | - "title": "%javascript.reloadProjects.title%", |
| 456 | + "title": { |
| 457 | + "original": "Reload Project", |
| 458 | + "value": "%javascript.reloadProjects.title%" |
| 459 | + }, |
454 | 460 | "category": "JavaScript" |
455 | 461 | }, |
456 | 462 | { |
457 | 463 | "command": "typescript.selectTypeScriptVersion", |
458 | | - "title": "%typescript.selectTypeScriptVersion.title%", |
| 464 | + "title": { |
| 465 | + "original": "Select TypeScript Version", |
| 466 | + "value": "%typescript.selectTypeScriptVersion.title%" |
| 467 | + }, |
459 | 468 | "category": "TypeScript" |
460 | 469 | }, |
461 | 470 | { |
462 | 471 | "command": "typescript.goToProjectConfig", |
463 | | - "title": "%typescript.goToProjectConfig.title%", |
| 472 | + "title": { |
| 473 | + "original": "Go to Project Configuration", |
| 474 | + "value": "%typescript.goToProjectConfig.title%" |
| 475 | + }, |
464 | 476 | "category": "TypeScript" |
465 | 477 | }, |
466 | 478 | { |
467 | 479 | "command": "javascript.goToProjectConfig", |
468 | | - "title": "%javascript.goToProjectConfig.title%", |
| 480 | + "title": { |
| 481 | + "original": "Go to Project Configuration", |
| 482 | + "value": "%javascript.goToProjectConfig.title%" |
| 483 | + }, |
469 | 484 | "category": "JavaScript" |
470 | 485 | }, |
471 | 486 | { |
472 | 487 | "command": "typescript.openTsServerLog", |
473 | | - "title": "%typescript.openTsServerLog.title%", |
| 488 | + "title": { |
| 489 | + "original": "Open TS Server log", |
| 490 | + "value": "%typescript.openTsServerLog.title%" |
| 491 | + }, |
474 | 492 | "category": "TypeScript" |
475 | 493 | }, |
476 | 494 | { |
477 | 495 | "command": "typescript.restartTsServer", |
478 | | - "title": "%typescript.restartTsServer%", |
| 496 | + "title": { |
| 497 | + "original": "Restart TS server", |
| 498 | + "value": "%typescript.restartTsServer%" |
| 499 | + }, |
479 | 500 | "category": "TypeScript" |
480 | 501 | } |
481 | 502 | ], |
|
0 commit comments