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