Archive for vscode-docs, snpashot on 2019/03/11 when vscode-docs moved to use LFS
Перейти к файлу
Alex Dima a7fb80587d Release notes input 2016-12-12 14:43:59 +01:00
.vscode New RegExp 2016-09-08 11:18:59 -07:00
blogs Remove mention of hot exit not supporting empty workspaces 2016-12-05 15:09:36 -08:00
docs Updates for 1.8 release 2016-12-11 20:31:01 -08:00
images Small changes in README.MD and Sample image for Markdown Preview included 2016-01-22 12:15:38 -02:00
release-notes Release notes input 2016-12-12 14:43:59 +01:00
scripts Updates for 1.8 release 2016-12-11 20:31:01 -08:00
wiki/images Deleted bad image 2016-06-08 12:54:04 -07:00
.gitignore Added WebStorm meta data to .gitignore. 2016-10-19 09:24:24 -07:00
CONTRIBUTING.md Improve code formatting 2016-06-23 10:51:36 -04:00
LICENSE.md Updates 2015-11-18 12:14:33 -08:00
README.md Replace http with https 2016-10-07 03:23:42 +07:00
gulpfile.js Migrate blog to vscode-docs 2016-02-05 11:42:48 -08:00
package.json update typedoc dependency, fixes #697 2016-12-07 14:55:17 +01:00

README.md

Visual Studio Code Documentation

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

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

If you are looking for the VS Code product GitHub repository, you can find it here.

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 and Windows.

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

Contributing to the documentation

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

Feedback

If you want to give documentation feedback, please use the feedback control located at the bottom of each documentation page.

Documentation Issues

To enter doc bugs, please create a new GitHub issue (try to check if there isn't a topic about your issue already).

If you think the issue is with the VS Code product itself, please enter issues here

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.

Markdown Preview Button