Archive for vscode-docs, snpashot on 2019/03/11 when vscode-docs moved to use LFS
Перейти к файлу
Sofian Hnaide 747a1fff07 clean up gulp file 2015-12-03 11:46:54 -08:00
docs Remove unnecessary characters from JS Validation Settings table 2015-12-03 10:41:05 -06:00
release-notes Add 0.10.3 2015-12-01 11:15:29 +01:00
scripts add build scripts 2015-12-02 16:31:47 -08:00
.gitignore add build scripts 2015-12-02 16:31:47 -08:00
CONTRIBUTING.md Port 0.10.0 content 2015-11-18 08:30:23 -08:00
LICENSE.md Updates 2015-11-18 12:14:33 -08:00
README.md Small update to README 2015-09-11 06:38:44 -07:00
gulpfile.js clean up gulp file 2015-12-03 11:46:54 -08:00
package.json add build scripts 2015-12-02 16:31:47 -08:00

README.md

Visual Studio Code Documentation

You've found the GitHub repository which contains the content for the Visual Studio Code documentation.

Topics submitted here will be published to the Visual Studio Code portal.

Visual Studio Code

VS Code is a lightweight but powerful development environment for building and debugging modern web and cloud applications. It is free and available on your favorite platform - Linux, Mac OSX and Windows.

If you landed here looking for other information about VS Code, head over to our website for additional information.

Contributing documentation

To contribute new topics or make changes to existing documentation, see contributing for instructions and guidelines.

If you want to give documentation feedback, please use the feedback control located at the bottom of each documentation page. To enter doc bugs, please create a GitHub issue.

Editing

In order to edit the VS Code documentation, ensure that you have Git installed.

Clone a copy of the repo:

git clone https://github.com/Microsoft/vscode-docs.git

VS Code itself is great for reviewing and editing Markdown with nice preview support.

If you want to use VS Code, simply navigate to the vscode-docs directory and launch VS Code from there:

cd vscode-docs
code .

You can now open any of the Markdown files and easily toggle between preview with the Open Preview button in the upper right of the editor.