microsoft/vscode

Visual Studio Code

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on August 22nd, 2022
Created on September 3rd, 2015
Open Issues & Pull Requests: 20,160 (-14)
Number of forks: 41,829
Total Stargazers: 189,620 (+1)
Total Subscribers: 3,522 (+0)

Repository Insights (GitGenius)

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 76% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 59% of tracked open issues have had no activity in three months. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17,250
New in 7 days: 503
Closed in 7 days: 303
Avg open age: 470 days
Stale 30+ days: 15,220
Stale 90+ days: 12,307

Recent activity

Opened in 7 days: 431
Closed in 7 days: 251
Comments in 7 days: 667
Events in 7 days: 2,694

Top labels

  • info-needed (45,011)
  • bug (42,521)
  • verified (33,958)
  • *duplicate (26,767)
  • feature-request (26,210)
  • insiders-released (17,559)
  • triage-needed (10,889)
  • *caused-by-extension (8,412)

Detailed Description

The microsoft/vscode repository is the open-source codebase for Visual Studio Code, Microsoft's widely-used code editor built with TypeScript and Electron. This repository, branded as "Code - OSS," serves as the primary development location where Microsoft and the community collaboratively build the Visual Studio Code product. The source code is distributed under the MIT license, while the commercial Visual Studio Code product itself carries a traditional Microsoft product license and includes Microsoft-specific customizations.

Visual Studio Code combines a lightweight code editor with essential developer tools for the edit-build-debug cycle. The editor provides comprehensive code editing, navigation, and understanding capabilities alongside integrated debugging features, a rich extensibility model through its extension marketplace, and lightweight integration with existing development tools. The application supports cross-platform usage on Windows, macOS, and Linux, with monthly updates delivering new features and bug fixes. Users can access the latest builds daily through the Insiders build channel.

The repository maintains an active development cadence with transparent planning practices. Microsoft publishes its roadmap, monthly iteration plans, and endgame plans directly within the repository's wiki, allowing the community to track development direction and upcoming releases.

Issue and pull request management shows substantial community involvement.

The codebase includes bundled extensions located in the extensions folder, providing grammars and snippets for numerous programming languages. Extensions offering rich language support, such as inline suggestions and Go to Definition functionality, carry the suffix "language-features." The repository supports development through Visual Studio Code Dev Containers and GitHub Codespaces, with recommended specifications of at least 4 cores and 6 GB of RAM for full builds.

Contributing pathways include submitting bugs and feature requests, reviewing source code changes, and participating in documentation improvements. The repository provides comprehensive contribution guidelines covering build procedures, development workflows, debugging practices, testing, coding standards, and pull request submission processes.