Skip to content

Commit b3a1b98

Browse files
Greg Van Liewramya-rao-a
authored andcommitted
Edit pass on built-in extension descriptions (microsoft#44875)
1 parent ba38492 commit b3a1b98

41 files changed

Lines changed: 41 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extensions/bat/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "Windows Bat Language Basics",
3-
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in Windows batch files"
3+
"description": "Provides snippets, syntax highlighting, bracket matching and folding in Windows batch files."
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "Clojure Language Basics",
3-
"description": "Provides Syntax highlighting and Bracket matching in Clojure files"
3+
"description": "Provides syntax highlighting and bracket matching in Clojure files."
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "CoffeeScript Language Basics",
3-
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in CoffeeScript files"
3+
"description": "Provides snippets, syntax highlighting, bracket matching and folding in CoffeeScript files."
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "Configuration Editing",
3-
"description": "Provides capabilities (advanced intelli-sense, auto-fixing) in configuration files like settings, launch and extension recommendation files"
3+
"description": "Provides capabilities (advanced IntelliSense, auto-fixing) in configuration files like settings, launch and extension recommendation files."
44
}

extensions/cpp/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "C/C++ Language Basics",
3-
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in C/C++ files"
3+
"description": "Provides snippets, syntax highlighting, bracket matching and folding in C/C++ files."
44
}

extensions/csharp/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "C# Language Basics",
3-
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in C# files"
3+
"description": "Provides snippets, syntax highlighting, bracket matching and folding in C# files."
44
}

extensions/docker/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "Docker Language Basics",
3-
"description": "Provides Syntax highlighting and Bracket matching in Docker files"
3+
"description": "Provides syntax highlighting and bracket matching in Docker files."
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "Package File Editing",
3-
"description": "Provides intelli-sense for VS Code extension points and linting capabilities in Package json files"
3+
"description": "Provides IntelliSense for VS Code extension points and linting capabilities in package.json files."
44
}

extensions/fsharp/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "F# Language Basics",
3-
"description": "Provides Syntax highlighting, Folding, Bracket matching and Snippets in F# files"
3+
"description": "Provides snippets, syntax highlighting, bracket matching and folding in F# files."
44
}

extensions/go/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName": "Go Language Basics",
3-
"description": "Provides Syntax highlighting and Bracket matching in Go files"
3+
"description": "Provides syntax highlighting and bracket matching in Go files."
44
}

0 commit comments

Comments
 (0)