mirror of https://github.com/microsoft/vscode.git
Remove and other language features from description of basic builtin extensions #44626
This commit is contained in:
parent
8e7af9d70a
commit
15d0e9b30b
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Windows Bat Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Windows batch files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Windows batch files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Clojure Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Clojure files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Clojure files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "CoffeeScript Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in CoffeeScript files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in CoffeeScript files"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "C/C++ Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in C/C++ files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in C/C++ files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "C# Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in C# files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in C# files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Docker Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Docker files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Docker files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "F# Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in F# files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in F# files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Go Language Basics",
|
||||
"description": "Provides Syntax highlighting and Bracket matching features in Go files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Go files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Groovy Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching, Snippets and other language features in Groovy files"
|
||||
"description": "Provides Syntax highlighting, Bracket matching and Snippets in Groovy files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Handlebars Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Handlebars files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Handlebars files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "HLSL Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in HLSL files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in HLSL files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Ini Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Ini files"
|
||||
"description": "Provides Syntax highlightin and Bracket matching in Ini files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Java Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Java files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Java files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "JavaScript Language Basics",
|
||||
"description": "Provides syntax highlighting and basic language support for JavaScript."
|
||||
"description": "Provides syntax highlighting, Bracket matching, Folding and Snippets in JavaScript files."
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Less Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Less files."
|
||||
"description": "Provides Syntax highlighting, Folding and Bracket matching Less files."
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Lua Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Lua files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Lua files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Make Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Make files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Make files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Objective-C Language Basics",
|
||||
"description": "Provides Syntax highlighting,Bracket matching and other language features in Objective-C files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Objective-C files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Perl Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Perl files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Perl files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "php",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
|
|
@ -5,5 +5,7 @@
|
|||
"configuration.validate.run": "Whether the linter is run on save or on type.",
|
||||
"configuration.title": "PHP",
|
||||
"commands.categroy.php": "PHP",
|
||||
"command.untrustValidationExecutable": "Disallow PHP validation executable (defined as workspace setting)"
|
||||
"command.untrustValidationExecutable": "Disallow PHP validation executable (defined as workspace setting)",
|
||||
"displayName": "PHP Language features",
|
||||
"description": "Rich language support for php files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Powershell Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Powershell files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Powershell files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Pug Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Pug files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Pug files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Python Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and other language features in Python files"
|
||||
"description": "Provides Syntax highlighting, Folding and Bracket matching in Python files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "R Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in R files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in R files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Razor Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and other language features in Razor files"
|
||||
"description": "Provides Syntax highlighting, Folding and Bracket matching in Razor files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Ruby Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Ruby files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Ruby files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Rust Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Rust files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Rust files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "SCSS Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in SCSS files."
|
||||
"description": "Provides Syntax highlighting, Folding and Bracket matching SCSS files."
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Shaderlab Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Shaderlab files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Shaderlab files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Shell Script Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Shell Script files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in Shell Script files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "SQL Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in SQL files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in SQL files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Swift Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching, Snippets and other language features in Swift files"
|
||||
"description": "Provides Syntax highlighting, Bracket matching and Snippets in Swift files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "TypeScript Language Basics",
|
||||
"description": "Provides syntax highlighting and basic language support for TypeScript."
|
||||
"description": "Provides Syntax highlighting, Bracket matching, Folding and Snippets in TypeScript files."
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "Visual Basic Language Basics",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Visual Basic files"
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Visual Basic files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "XML Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in XML files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in XML files"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"displayName": "YAML Language Basics",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in YAML files"
|
||||
"description": "Provides Syntax highlighting and Bracket matching in YAML files"
|
||||
}
|
Loading…
Reference in New Issue