mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Add real displayname and description to the javascript extension
Part of #43978
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"name": "javascript",
|
||||
"displayName": "%displayname%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"displayName": "JavaScript Language Features",
|
||||
"description": "Provides syntax highlighting and basic language support for JavaScript."
|
||||
}
|
||||
Reference in New Issue
Block a user