Skip to content

Commit c04b73f

Browse files
author
Greg Van Liew
committed
Branding review
1 parent cef1e01 commit c04b73f

56 files changed

Lines changed: 95 additions & 103 deletions

Some content is hidden

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

docs/azure/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MetaDescription: Working with Docker containers in Visual Studio Code.
99
---
1010
# Working with Docker
1111

12-
[Docker](https://www.docker.com) is a very popular container platform that lets you easily package, deploy, and consume applications and services. Whether you are a seasoned Docker developer or just getting started, Visual Studio Code makes it easy to author `Dockerfile` and `docker-compose.yml` files in your workspace. VS Code even supports generating and [adding the appropriate Docker files](#generating-docker-files) based on your project type.
12+
[Docker](https://www.docker.com) is a very popular container platform that lets you easily package, deploy, and consume applications and services. Whether you are a seasoned Docker developer or just getting started, Visual Studio Code makes it easy to author `Dockerfile` and `docker-compose.yml` files in your workspace. Visual Studio Code even supports generating and [adding the appropriate Docker files](#generating-docker-files) based on your project type.
1313

1414
## Install the Docker extension
1515

docs/editor/emmet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ TOCTitle: Emmet
55
ContentId: baf4717c-ea52-486e-9ea3-7bf1c4134dad
66
PageTitle: Emmet in Visual Studio Code
77
DateApproved: 9/5/2018
8-
MetaDescription: Using Emmet abbreviations inside VS Code.
8+
MetaDescription: Using Emmet abbreviations inside Visual Studio Code.
99
---
1010
# Emmet in Visual Studio Code
1111

12-
Emmet support is built right into VS Code, **no extension is required**. [Emmet 2.0](https://code.visualstudio.com/blogs/2017/08/07/emmet-2.0) has support for the majority of the [Emmet Actions](https://docs.emmet.io/actions/) including expanding [Emmet abbreviations and snippets](https://docs.emmet.io/cheat-sheet/).
12+
Emmet support is built right into Visual Studio Code, **no extension is required**. [Emmet 2.0](https://code.visualstudio.com/blogs/2017/08/07/emmet-2.0) has support for the majority of the [Emmet Actions](https://docs.emmet.io/actions/) including expanding [Emmet abbreviations and snippets](https://docs.emmet.io/cheat-sheet/).
1313

1414
## How to expand Emmet abbreviations and snippets
1515

docs/editor/intellisense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ IntelliSense is a general term for a variety of code editing features including:
1515

1616
## IntelliSense for your programming language
1717

18-
VS Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, Less, and Sass out of the box. VS Code supports word based completions for any programming language but can also be configured to have richer IntelliSense by installing a language extension.
18+
Visual Studio Code IntelliSense is provided for JavaScript, TypeScript, JSON, HTML, CSS, Less, and Sass out of the box. VS Code supports word based completions for any programming language but can also be configured to have richer IntelliSense by installing a language extension.
1919

2020
Below are the most popular language extensions in the [Marketplace](https://marketplace.visualstudio.com/vscode). Click on an extension tile below to read the description and reviews to decide which extension is best for you.
2121

docs/editor/portable.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ PageTitle: Portable Mode in Visual Studio Code
77
DateApproved: 9/5/2018
88
MetaDescription: Visual Studio Code supports a Portable Mode.
99
---
10-
1110
# Portable Mode
1211

1312
Visual Studio Code supports [Portable Mode](https://en.wikipedia.org/wiki/Portable_application). This mode enables all data created and maintained by VS Code to live near itself, so it can be moved around across environments.

docs/editor/tasks-appendix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
TOCTitle: Tasks Appendix
33
ContentId: 6DCA48F5-0566-4AEB-9C4C-CCBBA2945347
4-
PageTitle: Tasks Appendix
4+
PageTitle: Visual Studio Code Tasks Appendix
55
DateApproved: 9/5/2018
66
MetaDescription: Additional info for using task runners in Visual Studio Code.
77
---
88
# Appendix
99

10-
This is additional information for [tasks](/docs/editor/tasks.md).
10+
This is additional information for Visual Studio Code [tasks](/docs/editor/tasks.md).
1111

1212
## Schema for tasks.json
1313

docs/editor/tasks-v1-appendix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
TOCTitle: Tasks Appendix
33
ContentId: 91d666bc-6f1a-4b9e-8476-4f1bcd24e75b
4-
PageTitle: Tasks Appendix (legacy version)
4+
PageTitle: Visual Studio Code Tasks Appendix (legacy version)
55
DateApproved: 9/5/2018
66
MetaDescription: Additional info for using task runners in Visual Studio Code.
77
---
88
# Appendix (legacy version)
99

10-
This is additional information for [tasks](/docs/editor/tasks-v1.md).
10+
This is additional information for Visual Studio Code [tasks](/docs/editor/tasks-v1.md).
1111

1212
## Schema for tasks.json
1313

docs/editor/tasks-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Order:
33
Area: editor
44
TOCTitle: Tasks
55
ContentId: 8cdc7d99-6339-49ac-9a31-55f6563fab5c
6-
PageTitle: Tasks (legacy version)
6+
PageTitle: Visual Studio Code Tasks (legacy version)
77
DateApproved: 9/5/2018
88
MetaDescription: Expand your development workflow with task integration in Visual Studio Code (Gulp, Grunt, Jake and more).
99
---

docs/editor/userdefinedsnippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MetaDescription: It is easy to add code snippets to Visual Studio Code both for
1111

1212
Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements.
1313

14-
Snippets show in IntelliSense (`kb(editor.action.triggerSuggest)`) mixed with other suggestions as well as in a dedicated snippet picker (**Insert Snippet** in the Command Palette). There is also support for tab-completion: Enable it with `"editor.tabCompletion": true`, type a *snippet prefix*, and press `kb(insertSnippet)` to insert a snippet.
14+
In Visual Studio Code, snippets show in IntelliSense (`kb(editor.action.triggerSuggest)`) mixed with other suggestions as well as in a dedicated snippet picker (**Insert Snippet** in the Command Palette). There is also support for tab-completion: Enable it with `"editor.tabCompletion": true`, type a *snippet prefix*, and press `kb(insertSnippet)` to insert a snippet.
1515

1616
The snippet syntax follows the [TextMate snippet syntax](https://manual.macromates.com/en/snippets) with the exception of 'interpolated shell code', which is not supported.
1717

docs/editor/variables-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Order:
33
Area: editor
44
TOCTitle: Variables reference
55
ContentId: ff9cd4ea-e3f0-4170-9451-2f2ea2b909ea
6-
PageTitle: Variables Reference
6+
PageTitle: Visual Studio Code Variables Reference
77
DateApproved: 9/5/2018
8-
MetaDescription: Variable substitution reference
8+
MetaDescription: Visual Studio Code variable substitution reference
99
---
1010
# Variables Reference
1111

docs/editor/versioncontrol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Order: 8
33
Area: editor
44
TOCTitle: Version Control
55
ContentId: 7E22CCC0-2AB8-4729-A4C9-BE2B16853820
6-
PageTitle: Version Control in VS Code
6+
PageTitle: Version Control in Visual Studio Code
77
DateApproved: 9/5/2018
88
MetaDescription: Visual Studio Code source code support with integrated Git support.
99
---

0 commit comments

Comments
 (0)