Skip to content

Commit c150d0d

Browse files
Greg Van Liewramya-rao-a
authored andcommitted
Edit pass on new built-in extension comments (microsoft#54277)
1 parent e89ed6e commit c150d0d

16 files changed

Lines changed: 43 additions & 44 deletions

File tree

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 IntelliSense, 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/css-language-features/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Language Features for CSS, SCSS and LESS files.
1+
# Language Features for CSS, SCSS, and LESS files
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

extensions/emmet/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Emmet integration in Visual Studio Code
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

77
See [Emmet in Visual Studio Code](https://code.visualstudio.com/docs/editor/emmet) to learn about the features of this extension.
88

9-
Please read the [CONTRIBUTING.md](https://github.com/Microsoft/vscode/blob/master/extensions/emmet/CONTRIBUTING.md) file to learn how to contribute to this extension.
10-
11-
12-
13-
14-
9+
Please read the [CONTRIBUTING.md](https://github.com/Microsoft/vscode/blob/master/extensions/emmet/CONTRIBUTING.md) file to learn how to contribute to this extension.

extensions/git/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Git integration for Visual Studio Code
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

7-
Read [Git support in VS Code](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support) to learn about features of this extension.
7+
See [Git support in VS Code](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support) to learn about the features of this extension.

extensions/grunt/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Grunt - The JavaScript Task Runner
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

77
This extension supports running [Grunt](https://gruntjs.com/) tasks defined in a `gruntfile.js` file as [VS Code tasks](https://code.visualstudio.com/docs/editor/tasks). Grunt tasks with the name 'build', 'compile', or 'watch' are treated as build tasks.
88

9-
To run Grunt tasks use the `Tasks` menu.
9+
To run Grunt tasks, use the **Tasks** menu.
1010

1111
## Settings
12-
- `grunt.autoDetect` enable detecting tasks from `Gruntfile.js` files, the default is `on`.
12+
13+
- `grunt.autoDetect` - Enable detecting tasks from `gruntfile.js` files, the default is `on`.

extensions/gulp/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Gulp - Automate and enhance your workflow
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

77
This extension supports running [Gulp](https://gulpjs.com/) tasks defined in a `gulpfile.{js,ts}` file as [VS Code tasks](https://code.visualstudio.com/docs/editor/tasks). Gulp tasks with the name 'build', 'compile', or 'watch' are treated as build tasks.
88

9-
To run Gulp tasks use the `Tasks` menu.
9+
To run Gulp tasks, use the **Tasks** menu.
1010

1111
## Settings
12-
- `gulp.autoDetect` enable detecting tasks from `gulpfile.{js,ts}` files, the default is `on`.
12+
13+
- `gulp.autoDetect` - Enable detecting tasks from `gulpfile.{js,ts}` files, the default is `on`.

extensions/html-language-features/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Language Features for HTML.
1+
# Language Features for HTML
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

extensions/html-language-features/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"displayName": "HTML Language Features",
3-
"description": "Provides rich language support for HTML, Razor and Handlebar files.",
3+
"description": "Provides rich language support for HTML, Razor, and Handlebar files",
44
"html.format.enable.desc": "Enable/disable default HTML formatter",
55
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
66
"html.format.unformatted.desc": "List of tags, comma separated, that shouldn't be reformatted. 'null' defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content.",

extensions/jake/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Jake - JavaScript build tool
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

77
This extension supports running [Jake](http://jakejs.com/) tasks defined in a `Jakefile.js` file as [VS Code tasks](https://code.visualstudio.com/docs/editor/tasks). Jake tasks with the name 'build', 'compile', or 'watch' are treated as build tasks.
88

9-
To run Jake tasks use the `Tasks` menu.
9+
To run Jake tasks, use the **Tasks** menu.
1010

1111
## Settings
12-
- `jake.autoDetect` enable detecting tasks from `Jakefile.js` files, the default is `on`.
12+
13+
- `jake.autoDetect` - Enable detecting tasks from `Jakefile.js` files, the default is `on`.

extensions/json-language-features/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Language Features for JSON files.
1+
# Language Features for JSON files
22

3-
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
3+
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
44

55
## Features
66

0 commit comments

Comments
 (0)