mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
description & name for built-in languages (#43978)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"name": "coffeescript",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
||||
4
extensions/coffeescript/package.nls.json
Normal file
4
extensions/coffeescript/package.nls.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"displayName": "Coffeescript Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Coffeescript files"
|
||||
}
|
||||
Reference in New Issue
Block a user