Skip to content

Commit 3006e25

Browse files
committed
Add real displayName and descriptions to the typescript extension
Part of microsoft#43978
1 parent 5a73518 commit 3006e25

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

extensions/typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "typescript",
3-
"description": "Extension to add Typescript capabilities to VSCode.",
4-
"displayName": "TypeScript support for VSCode",
3+
"description": "%description%",
4+
"displayName": "%displayName%",
55
"version": "0.10.1",
6-
"author": "Microsoft Corporation",
7-
"license": "MIT",
6+
"author": "vscode",
87
"publisher": "vscode",
8+
"license": "MIT",
99
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
1010
"enableProposedApi": true,
1111
"engines": {

extensions/typescript/package.nls.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"displayName": "TypeScript and JavaScript Language Features",
3+
"description": "Provides rich language support for JavaScript and TypeScript.",
24
"typescript.reloadProjects.title": "Reload Project",
35
"javascript.reloadProjects.title": "Reload Project",
46
"configuration.typescript": "TypeScript",

0 commit comments

Comments
 (0)