Remove and other language features from description of basic builtin extensions #44626

This commit is contained in:
Ramya Achutha Rao 2018-02-27 18:15:50 -08:00
parent 8e7af9d70a
commit 15d0e9b30b
37 changed files with 40 additions and 36 deletions

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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."
}

View File

@ -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."
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -1,5 +1,7 @@
{
"name": "php",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"engines": {

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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."
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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."
}

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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"
}