Skip to content

Commit 5784e32

Browse files
authored
Merge pull request #4403 from rcalixte/update_vscodeext
Update VS Code Extension
2 parents 4c38f70 + c0a1096 commit 5784e32

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

topics/vscode-extension/index.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
---
2-
display_name: VS Code Extension
3-
github_url: https://github.com/microsoft/vscode-extension-samples
4-
related: visual-studio-code
5-
short_description: An extension for the Visual Studio Code editor.
6-
7-
topic: vscode-extension
8-
url: https://marketplace.visualstudio.com/vscode
9-
---
10-
11-
Visual Studio Code is a free code editor from Microsoft, based on open source.
12-
13-
Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API.
1+
---
2+
display_name: VS Code Extension
3+
github_url: https://github.com/microsoft/vscode-extension-samples
4+
related: visual-studio-code, vscode
5+
short_description: An extension for the Visual Studio Code editor.
6+
topic: vscode-extension
7+
url: https://marketplace.visualstudio.com/vscode
8+
---
9+
Visual Studio Code is a free code editor from Microsoft, based on open source.
10+
11+
Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API.

0 commit comments

Comments
 (0)