forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit pass on built-in extension descriptions (microsoft#44875)
- Loading branch information
1 parent
ba38492
commit b3a1b98
Showing
41 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Windows Bat Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Windows batch files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in Windows batch files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Clojure Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Clojure files" | ||
"description": "Provides syntax highlighting and bracket matching in Clojure files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "CoffeeScript Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in CoffeeScript files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in CoffeeScript files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Configuration Editing", | ||
"description": "Provides capabilities (advanced intelli-sense, auto-fixing) in configuration files like settings, launch and extension recommendation files" | ||
"description": "Provides capabilities (advanced IntelliSense, auto-fixing) in configuration files like settings, launch and extension recommendation files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "C/C++ Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in C/C++ files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in C/C++ files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "C# Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in C# files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in C# files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Docker Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Docker files" | ||
"description": "Provides syntax highlighting and bracket matching in Docker files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Package File Editing", | ||
"description": "Provides intelli-sense for VS Code extension points and linting capabilities in Package json files" | ||
"description": "Provides IntelliSense for VS Code extension points and linting capabilities in package.json files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "F# Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in F# files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in F# files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Go Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Go files" | ||
"description": "Provides syntax highlighting and bracket matching in Go files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Groovy Language Basics", | ||
"description": "Provides Syntax highlighting, Bracket matching and Snippets in Groovy files" | ||
"description": "Provides snippets, syntax highlighting and bracket matching in Groovy files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Handlebars Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Handlebars files" | ||
"description": "Provides syntax highlighting and bracket matching in Handlebars files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "HLSL Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in HLSL files" | ||
"description": "Provides syntax highlighting and bracket matching in HLSL files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Ini Language Basics", | ||
"description": "Provides Syntax highlightin and Bracket matching in Ini files" | ||
"description": "Provides syntax highlighting and bracket matching in Ini files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Java Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Java files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in Java files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "JavaScript Language Basics", | ||
"description": "Provides syntax highlighting, Bracket matching, Folding and Snippets in JavaScript files." | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in JavaScript files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Less Language Basics", | ||
"description": "Provides Syntax highlighting, Folding and Bracket matching Less files." | ||
"description": "Provides syntax highlighting, bracket matching and folding Less files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Log", | ||
"description": "Provides Syntax highlighting for files with .log extension" | ||
"description": "Provides syntax highlighting for files with .log extension." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Lua Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Lua files" | ||
"description": "Provides syntax highlighting and bracket matching in Lua files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Make Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Make files" | ||
"description": "Provides syntax highlighting and bracket matching in Make files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Markdown Language Basics", | ||
"description": "Provides syntax and snippets for Markdown." | ||
"description": "Provides snippets and syntax highlighting for Markdown." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Objective-C Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Objective-C files" | ||
"description": "Provides syntax highlighting and bracket matching in Objective-C files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Perl Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Perl files" | ||
"description": "Provides syntax highlighting and bracket matching in Perl files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Powershell Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Powershell files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in Powershell files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Pug Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Pug files" | ||
"description": "Provides syntax highlighting and bracket matching in Pug files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Python Language Basics", | ||
"description": "Provides Syntax highlighting, Folding and Bracket matching in Python files" | ||
"description": "Provides syntax highlighting, bracket matching and folding in Python files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "R Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in R files" | ||
"description": "Provides syntax highlighting and bracket matching in R files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Razor Language Basics", | ||
"description": "Provides Syntax highlighting, Folding and Bracket matching in Razor files" | ||
"description": "Provides syntax highlighting, bracket matching and folding in Razor files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Ruby Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Ruby files" | ||
"description": "Provides syntax highlighting and bracket matching in Ruby files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Rust Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Rust files" | ||
"description": "Provides syntax highlighting and bracket matching in Rust files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "SCSS Language Basics", | ||
"description": "Provides Syntax highlighting, Folding and Bracket matching SCSS files." | ||
"description": "Provides syntax highlighting, bracket matching and folding in SCSS files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Shaderlab Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Shaderlab files" | ||
"description": "Provides syntax highlighting and bracket matching in Shaderlab files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Shell Script Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in Shell Script files" | ||
"description": "Provides syntax highlighting and bracket matching in Shell Script files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "SQL Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in SQL files" | ||
"description": "Provides syntax highlighting and bracket matching in SQL files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Swift Language Basics", | ||
"description": "Provides Syntax highlighting, Bracket matching and Snippets in Swift files" | ||
"description": "Provides snippets, syntax highlighting and bracket matching in Swift files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "TypeScript Language Basics", | ||
"description": "Provides Syntax highlighting, Bracket matching, Folding and Snippets in TypeScript files." | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in TypeScript files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "Visual Basic Language Basics", | ||
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Visual Basic files" | ||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in Visual Basic files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "XML Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in XML files" | ||
"description": "Provides syntax highlighting and bracket matching in XML files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"displayName": "YAML Language Basics", | ||
"description": "Provides Syntax highlighting and Bracket matching in YAML files" | ||
"description": "Provides syntax highlighting and bracket matching in YAML files." | ||
} |