Add real displayname and description to the javascript extension

Part of #43978
This commit is contained in:
Matt Bierner
2018-02-21 18:39:18 -08:00
parent ed8aa7702b
commit 5a73518833
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"displayName": "JavaScript Language Features",
"description": "Provides syntax highlighting and basic language support for JavaScript."
}