mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add real displayName and descriptions to the typescript extension
Part of #43978
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user