Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit pass on new built-in extension comments #54277

Merged
merged 1 commit into from
Jul 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/configuration-editing/package.nls.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"displayName": "Configuration Editing",
"description": "Provides capabilities (advanced IntelliSense, 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."
}
4 changes: 2 additions & 2 deletions extensions/css-language-features/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Language Features for CSS, SCSS and LESS files.
# Language Features for CSS, SCSS, and LESS files

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

## Features

Expand Down
9 changes: 2 additions & 7 deletions extensions/emmet/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Emmet integration in Visual Studio Code

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

## Features

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

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.





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.
4 changes: 2 additions & 2 deletions extensions/git/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Git integration for Visual Studio Code

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

## Features

Read [Git support in VS Code](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support) to learn about features of this extension.
See [Git support in VS Code](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support) to learn about the features of this extension.
7 changes: 4 additions & 3 deletions extensions/grunt/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Grunt - The JavaScript Task Runner

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

## Features

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.

To run Grunt tasks use the `Tasks` menu.
To run Grunt tasks, use the **Tasks** menu.

## Settings
- `grunt.autoDetect` enable detecting tasks from `Gruntfile.js` files, the default is `on`.

- `grunt.autoDetect` - Enable detecting tasks from `gruntfile.js` files, the default is `on`.
7 changes: 4 additions & 3 deletions extensions/gulp/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Gulp - Automate and enhance your workflow

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

## Features

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.

To run Gulp tasks use the `Tasks` menu.
To run Gulp tasks, use the **Tasks** menu.

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

- `gulp.autoDetect` - Enable detecting tasks from `gulpfile.{js,ts}` files, the default is `on`.
4 changes: 2 additions & 2 deletions extensions/html-language-features/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Language Features for HTML.
# Language Features for HTML

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

## Features

Expand Down
2 changes: 1 addition & 1 deletion extensions/html-language-features/package.nls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"displayName": "HTML Language Features",
"description": "Provides rich language support for HTML, Razor and Handlebar files.",
"description": "Provides rich language support for HTML, Razor, and Handlebar files",
"html.format.enable.desc": "Enable/disable default HTML formatter",
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
"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.",
Expand Down
7 changes: 4 additions & 3 deletions extensions/jake/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Jake - JavaScript build tool

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

## Features

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.

To run Jake tasks use the `Tasks` menu.
To run Jake tasks, use the **Tasks** menu.

## Settings
- `jake.autoDetect` enable detecting tasks from `Jakefile.js` files, the default is `on`.

- `jake.autoDetect` - Enable detecting tasks from `Jakefile.js` files, the default is `on`.
4 changes: 2 additions & 2 deletions extensions/json-language-features/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Language Features for JSON files.
# Language Features for JSON files

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

## Features

Expand Down
4 changes: 2 additions & 2 deletions extensions/markdown-language-features/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Language Features for Markdown files.
# Language Features for Markdown files

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

## Features

Expand Down
4 changes: 2 additions & 2 deletions extensions/merge-conflict/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Merge Conflict

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

## Features

Read [Merge Conflicts in VS Code](https://code.visualstudio.com/docs/editor/versioncontrol#_merge-conflicts) to learn about features of this extension.
See [Merge Conflicts in VS Code](https://code.visualstudio.com/docs/editor/versioncontrol#_merge-conflicts) to learn about features of this extension.
19 changes: 10 additions & 9 deletions extensions/npm/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Node npm

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

## Features

This extension supports running npm scripts defined in the `package.json` as [tasks](https://code.visualstudio.com/docs/editor/tasks). Scripts with the name 'build', 'compile', or 'watch'
are treated as build tasks.

To run scripts as tasks you use the `Tasks` menu.
To run scripts as tasks, use the **Tasks** menu.

For more information about auto detection of Tasks pls see the [documentation](https://code.visualstudio.com/Docs/editor/tasks#_task-autodetection).
For more information about auto detection of Tasks, see the [documentation](https://code.visualstudio.com/Docs/editor/tasks#_task-autodetection).

## Settings
- `npm.autoDetect` enable detecting scripts as tasks, the default is `on`.
- `npm.runSilent` run npm script with the `--silent` option, the default is `false`.
- `npm.packageManager` the package manager used to run the scripts: `npm` or `yarn`, the default is `npm`.
- `npm.exclude` glob patterns for folders that should be excluded from automatic script detection. The pattern is matched against the **absolute path** of the package.json. For example, to exclude all test folders use '**/test/**'.
- `npm.enableScriptExplorer` enable an explorer view for npm scripts.
- `npm.scriptExplorerAction` the default click action: `open` or `run`, the default is `open`.

- `npm.autoDetect` - Enable detecting scripts as tasks, the default is `on`.
- `npm.runSilent` - Run npm script with the `--silent` option, the default is `false`.
- `npm.packageManager` - The package manager used to run the scripts: `npm` or `yarn`, the default is `npm`.
- `npm.exclude` - Glob patterns for folders that should be excluded from automatic script detection. The pattern is matched against the **absolute path** of the package.json. For example, to exclude all test folders use '**/test/**'.
- `npm.enableScriptExplorer` - Enable an explorer view for npm scripts.
- `npm.scriptExplorerAction` - The default click action: `open` or `run`, the default is `open`.
4 changes: 2 additions & 2 deletions extensions/php-language-features/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Language Features for PHP files.
# Language Features for PHP files

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

## Features

Expand Down
4 changes: 2 additions & 2 deletions extensions/typescript-language-features/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Language Features for Typescript and Javascript files.
# Language Features for Typescript and Javascript files

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

## Features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Extension implements IExtension {

if (this.type === LocalExtensionType.System) {
return TPromise.as(`# ${this.displayName || this.name}
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
## Features
${this.description}
`);
Expand Down