microsoft/vscode-docs

Public documentation for Visual Studio Code

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 10th, 2026
Created on August 26th, 2015
Open Issues & Pull Requests: 116 (+0)
GitHub issues: Enabled
Number of forks: 5,748
Total Stargazers: 6,624 (+0)
Total Subscribers: 280 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.8 hours
Mean response time: 21.1 days
90th percentile: 6.0 days
Tracked items: 720

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 68% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 11% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 79
New in 7 days: 0
Closed in 7 days: 5
Avg open age: 673 days
Stale 30+ days: 63
Stale 90+ days: 55

Recent activity

Opened in 7 days: 0
Closed in 7 days: 5
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • invalid (187)
  • doc-enhancement (148)
  • doc-bug (73)
  • docs-experience (49)
  • extensibility (28)
  • accessibility (27)
  • bug (20)
  • feature-request (16)

Detailed Description

vscode-docs is a documentation repository that contains the published content for Visual Studio Code's official documentation portal.

The repository serves as the source for all documentation displayed on the Visual Studio Code website. Contributors submit topics and updates here, which are then published to the main documentation portal. The repository uses Git Large File Storage to manage binary assets such as images and animated GIFs, which are substantial in size. The documentation is written in Markdown format, allowing for straightforward editing and version control.

Anyone contributing to or maintaining VS Code's documentation should work with this repository. It suits organizations and individuals who need to keep technical documentation synchronized with a widely-used development tool. The repository provides two contribution workflows: direct editing through GitHub's interface for minor changes, or cloning the repository locally for more substantial revisions and Markdown preview capabilities within VS Code itself. Contributors working with images or GIFs must enable Git LFS to properly track binary files, though the option exists to clone without binary assets if storage is a concern.

The project maintains active issue tracking for documentation bugs through its GitHub issues system, with a clear distinction between documentation problems and product issues. Feedback mechanisms are integrated directly into the published documentation pages, allowing end users to report problems at the point of use. The repository includes detailed contributing guidelines and workflow documentation to support contributors at all levels.