Public documentation for Visual Studio Code
6,619
stars
14,667
commits
Markdown
primary language
Sep 8, 2026
updated
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.
[!IMPORTANT] The vscode-docs repository uses Git LFS (Large File Storage) for storing binary files such as images and
.gifs. If you are contributing or updating images, please enable Git LFS per the instructions in the Contributing section below.
VS Code is a lightweight AI code editor for multi-agent development and a powerful development environment for building modern web, mobile, and cloud applications. It is free and available on your favorite platform - Linux, macOS, and Windows.
If you landed here looking for other information about VS Code, head over to our website for additional information.
If you want to give documentation feedback, please use the feedback control located at the bottom of each documentation page.
To enter documentation bugs, please create a new GitHub issue. Please check if there is an existing issue first.
If you think the issue is with the VS Code product itself, please enter issues in the VS Code product repo.
To contribute new topics/information or make changes to existing documentation, please read the Contributing Guideline.
The two suggested workflows are:
For small changes, use the Edit button on each page to edit the Markdown file directly on GitHub.
If you plan to make significant changes or preview the Markdown files in VS Code, clone the repo to edit and preview the files directly in VS Code.

git lfs install to set up global Git hooks. You only need to run this once per machine.git clone git@github.com:microsoft/vscode-docs.gitgit clone https://github.com/microsoft/vscode-docs.gitgit add binary files and commit them. They'll be tracked in LFS.You might want to clone the repo without the 1.6GB images. Here are the steps:
git lfs install to set up global Git hooks. You only need to run this once per machine.GIT_LFS_SKIP_SMUDGE=1 git clone git@github.com:microsoft/vscode-docs.gitGIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/microsoft/vscode-docs.git$env:GIT_LFS_SKIP_SMUDGE="1"; git clone git@github.com:microsoft/vscode-docs.git$env:GIT_LFS_SKIP_SMUDGE="1"; git clone https://github.com/microsoft/vscode-docs.gitgit lfs pull -I "docs/nodejs" to only download images in docs/nodejsgit lfs pull -I "release-notes/images/1_4*/*" to only download images in release-notes/images/1_4*git lfs pull -I "docs,api" to download all images in docs and in apigit lfs pull -I <PATTERN>, as long as <PATTERN> is a valid Git LFS Include and Exclude pattern.The history of this repo before we adopted LFS can be found at microsoft/vscode-docs-archive.
You can host a lightweight documentation website locally on your machine to preview your changes before pushing them to GitHub.
Run the following commands in the terminal from the root of the cloned vscode-docs repo:
npm install
npm run serve
You can then navigate to http://localhost:3000 in your browser to see the documentation website. Any changes you make to the Markdown files will automatically refresh the page so you can see your updates in real time.
Publishing merged pull requests is not automatic and is initiated manually after changes have been reviewed on an internal staging server. There is no specific time guarantee for when PR updates will be available on https://code.visualstudio.com but the intent is that they will usually be live within 24 hours.
(top 30 of 344)
Markdown
99.4%
Public documentation for Visual Studio Code
6,619
stars
14,667
commits
Markdown
primary language
Sep 8, 2026
updated
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.
[!IMPORTANT] The vscode-docs repository uses Git LFS (Large File Storage) for storing binary files such as images and
.gifs. If you are contributing or updating images, please enable Git LFS per the instructions in the Contributing section below.
VS Code is a lightweight AI code editor for multi-agent development and a powerful development environment for building modern web, mobile, and cloud applications. It is free and available on your favorite platform - Linux, macOS, and Windows.
If you landed here looking for other information about VS Code, head over to our website for additional information.
If you want to give documentation feedback, please use the feedback control located at the bottom of each documentation page.
To enter documentation bugs, please create a new GitHub issue. Please check if there is an existing issue first.
If you think the issue is with the VS Code product itself, please enter issues in the VS Code product repo.
To contribute new topics/information or make changes to existing documentation, please read the Contributing Guideline.
The two suggested workflows are:
For small changes, use the Edit button on each page to edit the Markdown file directly on GitHub.
If you plan to make significant changes or preview the Markdown files in VS Code, clone the repo to edit and preview the files directly in VS Code.

git lfs install to set up global Git hooks. You only need to run this once per machine.git clone git@github.com:microsoft/vscode-docs.gitgit clone https://github.com/microsoft/vscode-docs.gitgit add binary files and commit them. They'll be tracked in LFS.You might want to clone the repo without the 1.6GB images. Here are the steps:
git lfs install to set up global Git hooks. You only need to run this once per machine.GIT_LFS_SKIP_SMUDGE=1 git clone git@github.com:microsoft/vscode-docs.gitGIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/microsoft/vscode-docs.git$env:GIT_LFS_SKIP_SMUDGE="1"; git clone git@github.com:microsoft/vscode-docs.git$env:GIT_LFS_SKIP_SMUDGE="1"; git clone https://github.com/microsoft/vscode-docs.gitgit lfs pull -I "docs/nodejs" to only download images in docs/nodejsgit lfs pull -I "release-notes/images/1_4*/*" to only download images in release-notes/images/1_4*git lfs pull -I "docs,api" to download all images in docs and in apigit lfs pull -I <PATTERN>, as long as <PATTERN> is a valid Git LFS Include and Exclude pattern.The history of this repo before we adopted LFS can be found at microsoft/vscode-docs-archive.
You can host a lightweight documentation website locally on your machine to preview your changes before pushing them to GitHub.
Run the following commands in the terminal from the root of the cloned vscode-docs repo:
npm install
npm run serve
You can then navigate to http://localhost:3000 in your browser to see the documentation website. Any changes you make to the Markdown files will automatically refresh the page so you can see your updates in real time.
Publishing merged pull requests is not automatic and is initiated manually after changes have been reviewed on an internal staging server. There is no specific time guarantee for when PR updates will be available on https://code.visualstudio.com but the intent is that they will usually be live within 24 hours.
(top 30 of 344)
Markdown
99.4%