Skip to content

Commit b9fdb4e

Browse files
committed
Use better name
1 parent 7313c82 commit b9fdb4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VS Code TypeScript@next
1+
# JavaScript and TypeScript Nightly
22

33
VS Code extension that enables the nightly build of TypeScript (`typescript@next`) as VS Code's built-in TypeScript version used to power JavaScript and TypeScript IntelliSense.
44

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "vscode-typescript-next",
3-
"displayName": "TypeScript@next",
3+
"displayName": "JavaScript and TypeScript Nightly",
4+
"description": "Enables typescript@next to power VS Code's built-in JavaScript and TypeScript support",
45
"icon": "documentation/logo.png",
56
"private": true,
67
"publisher": "ms-vscode",
78
"version": "3.6.20190613",
8-
"description": "Enables typescript@next as VS Code's built-in TypeScript version",
99
"engines": {
1010
"vscode": "^1.36.0"
1111
},

0 commit comments

Comments
 (0)