Skip to content

Commit 50b36bf

Browse files
author
Greg Van Liew
committed
Remove unused image
1 parent 801342c commit 50b36bf

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed
Binary file not shown.

docs/languages/json.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ PageTitle: JSON editing in Visual Studio Code
77
DateApproved: 3/1/2017
88
MetaDescription: Edit JSON files in Visual Studio Code
99
---
10-
11-
# JSON
12-
10+
# Editing JSON with VS Code
11+
1312
JSON is a data format that is common in configuration files like `package.json` or `project.json`. We also use it extensively in VS Code for our configuration files. When opening a file that ends with `.json`, VS Code provides features out of the box to make it simpler to write or modify the file's content.
1413

1514
![JSON within VS Code](images/json/json_hero.png)

docs/languages/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MetaDescription: In Visual Studio Code we have support for all common languages
99
---
1010
# Programming Languages
1111

12-
## Hundreds of Programming Languages Supported
12+
## Hundreds of programming languages supported
1313

1414
In Visual Studio Code, we have support for almost every major programming language. Several ship in the box, for example, JavaScript, TypeScript, CSS, and HTML but more rich language extensions can be found in the [VS Code Marketplace](https://marketplace.visualstudio.com/vscode/Languages).
1515

@@ -19,14 +19,14 @@ Here are four of the most popular language extensions:
1919

2020
Go to the [Marketplace](https://marketplace.visualstudio.com/vscode) or use our [integrated extension manager](/docs/editor/extension-gallery) and search for your desired programming language to find snippets, code completion/IntelliSense providers, linters, debuggers and more.
2121

22-
## Language Specific Documentation
22+
## Language specific documentation
2323

2424
On this website, we have a number of topics outlining several of the common languages supported by VS Code. These include: [C++](/docs/languages/cpp.md) - [C#](/docs/languages/csharp.md) - [CSS](/docs/languages/css.md) - [Dockerfile](/docs/languages/dockerfile.md) - [Go](/docs/languages/go.md) - [HTML](/docs/languages/html.md) - [JavaScript](/docs/languages/javascript.md) - [JSON](/docs/languages/json.md) - [Less](/docs/languages/css.md) -
2525
[Markdown](/docs/languages/markdown.md) - [PHP](/docs/languages/php.md) - [Python](/docs/languages/python.md) - [Sass](/docs/languages/css.md) - [T-SQL](/docs/languages/tsql.md) - [TypeScript](/docs/languages/typescript.md).
2626

2727
Click on any linked item to get an overview of how to use VS Code in the context of that language. Most language extensions also contain a summary of their core features in their README.
2828

29-
## Language Features in VS Code
29+
## Language features in VS Code
3030

3131
The richness of support varies across the different languages and their extensions:
3232

@@ -37,7 +37,7 @@ The richness of support varies across the different languages and their extensio
3737
* Debugging
3838
* Refactoring
3939

40-
## Changing the Language for the selected file
40+
## Changing the language for the selected file
4141

4242
In VS Code, we default the language support for a file based on its filename extension. However, at times you may wish to change language modes, to do this click on the language indicator - which is located on the right hand of the Status Bar. This will bring up the **Select Language Mode** drop-down where you can select another language for the current file.
4343

@@ -55,7 +55,7 @@ You can see the list of currently installed languages and their identifiers in t
5555

5656
![language identifiers](images/overview/language-identifiers.png)
5757

58-
## Adding a file extension to a Language
58+
## Adding a file extension to a language
5959

6060
You can add new file extensions to an existing language with the `files.associations` [setting](/docs/getstarted/settings.md).
6161

@@ -82,11 +82,11 @@ Now you know that VS Code has support for the languages you care about. Read on.
8282

8383
**Q: Can I contribute my own language service?**
8484

85-
**A:** Yes you can! Check out the [example language server](/docs/extensions/example-language-server.md) in the [Extending Visual Studio Code](/docs/extensions/overview.md) documentation.
85+
**A:** Yes you can! Check out the [example language server](/docs/extensions/example-language-server.md) in the [VS Code Extension Authoring](/docs/extensions/overview.md) documentation.
8686

8787
**Q: What if I don't want to create a full language service, can I reuse existing TextMate bundles?**
8888

89-
**A:** Yes, you can also add support for your favorite language through TextMate colorizers. See [Themes, Snippets, and Colorizers](/docs/extensions/thmemes-snippets-colorizers.md) topic in the Extension Authoring section to learn how to integrate TextMate `.tmLanguage` syntax files into VS Code.
89+
**A:** Yes, you can also add support for your favorite language through TextMate colorizers. See [Themes, Snippets, and Colorizers](/docs/extensions/thmemes-snippets-colorizers.md) topic in the Extension Authoring section to learn how to integrate TextMate `.tmLanguage` syntax files into VS Code.
9090

9191
**Q: Can I map additional file extensions to a language?**
9292

0 commit comments

Comments
 (0)