Add real displayName and descriptions to the typescript extension

Part of #43978
This commit is contained in:
Matt Bierner
2018-02-21 18:40:52 -08:00
parent 5a73518833
commit 3006e25f03
2 changed files with 6 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "typescript",
"description": "Extension to add Typescript capabilities to VSCode.",
"displayName": "TypeScript support for VSCode",
"description": "%description%",
"displayName": "%displayName%",
"version": "0.10.1",
"author": "Microsoft Corporation",
"license": "MIT",
"author": "vscode",
"publisher": "vscode",
"license": "MIT",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"enableProposedApi": true,
"engines": {