
GitHub - microsoft/vscode: Visual Studio Code
Visual Studio Code is a distribution of the Code - OSS repository with Microsoft-specific customizations released under a traditional Microsoft product license. Visual Studio Code combines the simplicity of a code editor with what developers need for …
Changed files don't appear under Source Control > Changes …
Dec 8, 2023 · VS Code Version: 1.85; OS Version: MacOS 14.1.1; Steps to Reproduce: Open a large project with a lot of files. Edit and save a file. Go to Source Control, and the file doesn't appear under Changes. However, the number bubble DOES appear on the Source Control icon, with a "1 Pending Changes" tooltip.
GitHub - VSCodium/vscodium: binary releases of VS Code without …
This repository contains build files to generate free release binaries of Microsoft's VS Code. When we speak of "free software", we're talking about freedom, not price. Microsoft's releases of Visual Studio Code are licensed under this not-FLOSS license and contain telemetry/tracking. According to this comment from a Visual Studio Code maintainer:
⏩ Create, share, and use custom AI code assistants with our open …
Continue enables developers to create, share, and use custom AI code assistants with our open-source VS Code and JetBrains extensions and hub of models, rules, prompts, docs, and other building blocks
Source Code Organization · microsoft/vscode Wiki - GitHub
Visual Studio Code consists of a layered and modular core (found as src/vs) that can be extended using extensions. Extensions are run in a separate process referred to as the extension host. Extensions are implemented by utilising the extension API .
Visual Studio Code - GitHub
Code editing. Redefined. Free. Built on open source. Runs everywhere. - Visual Studio Code
How to Contribute · microsoft/vscode Wiki - GitHub
There are many ways to contribute to the Visual Studio Code project: logging bugs, submitting pull requests, reporting issues, and creating suggestions. After cloning and building the repo, check out the issues list. Issues labeled help wanted are good issues to submit a PR for.
GitHub - microsoft/monaco-editor: A browser based code editor
The Monaco Editor is the fully featured code editor from VS Code. Check out the VS Code docs to see some of the supported features.
Visual Studio Code Remote Development - GitHub
Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
dotnet/vscode-csharp: Official C# support for Visual Studio Code
A Visual Studio Code extension that provides rich language support for C# and is shipped along with C# Dev Kit. Powered by a Language Server Protocol (LSP) server, this extension integrates with open source components like Roslyn and Razor to provide rich type information and a faster, more reliable C# experience.