Version 1.83 is now available! Read about the new features and fixes from September.
Dismiss this update
Free and built on open source. Integrated Git, debugging and extensions.
User Installer | x64 | x86 | Arm64 |
System Installer | x64 | x86 | Arm64 |
.zip | x64 | x86 | Arm64 |
CLI | x64 | x86 | Arm64 |
.deb | x64 | Arm32 | Arm64 |
.rpm | x64 | Arm32 | Arm64 |
.tar.gz | x64 | Arm32 | Arm64 |
Snap | Snap Store | ||
CLI | x64 | Arm32 | Arm64 |
.zip | Intel chip | Apple silicon | Universal |
CLI | Intel chip | Apple silicon |
By downloading and using Visual Studio Code, you agree to the license terms and privacy
statement.
Want new features sooner?
Get the Insiders build instead.
Use vscode.dev for quick edits online!
GitHub, Azure Repos, and local files.
Get previous versions
Remote
Tools for Visual Studio 2022
Remote Tools for Visual Studio 2022 enables app
deployment, remote debugging, remote testing,
performance profiling, and unit testing on computers
that do not have Visual Studio installed. Use of
this tool requires a valid Visual Studio license.
IntelliTrace Standalone Collector for Visual Studio
2022
The IntelliTrace stand-alone collector lets you
collect diagnostic data for your apps on production
servers without installing Visual Studio or
redeploying your application. Use of this tool
requires a valid Visual Studio license.
Agents
for Visual Studio 2022
Agents for Visual Studio 2022 can be used for load,
functional, and automated testing. Use of this tool
requires a valid Visual Studio license.
Build
Tools for Visual Studio 2022
These Build Tools allow you to build Visual Studio
projects from a command-line interface. Supported
projects include: ASP.NET, Azure, C++ desktop,
ClickOnce, containers, .NET Core, .NET Desktop,
Node.js, Office and SharePoint, Python, TypeScript,
Unit Tests, UWP, WCF, and Xamarin. Use of this tool
requires a valid Visual Studio license, unless you
are building open-source dependencies for your
project. See the
Build
Tools license
for more details.
Are you looking for one of the Visual Studio 2022
long term
servicing baselines (LTSCs)
? You can
find them here.
Рекомендуем популярное
Notepad++ 8.5.7
Notepad++ — это редактор, представляющий альтернативу стандартному Блокнотику, который входит…
Hex Editor 7.25.3.8474
Hex Editor — мощный и в то же время удобный в эксплуатации редактор Шестнадцатеричных и…
Resource Hacker 5.2.1
Resource Hacker — бесплатная утилита, предназначенная для просмотра, изменения, добавления,…
Sublime Text 4.1 Build 4126
Sublime Text — многофункциональный текстовый редактор с широким набором удобных инструментов для выделения, маркировки и обработки текстовых фрагментов кода…
Atom 1.63.1
Atom — кроссплатформенный текстовый редактор с открытым исходным кодом и поддержкой…
Visual Studio Code is a lightweight but powerful source code editor from Microsoft that is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET).
What is the difference between Visual Studio Code and Visual Studio?
Visual Studio Code is a code editor with support for development operations like debugging, task running, and version control, while Visual Studio is a fully featured IDE (integrated development environment) that can handle more complex workflows.
Is Visual Studio Code free?
Yes, VS Code is free for individual users or for commercial use.
Is VS Code good for beginners?
Yes. VS Code is a great code editor for professionals and beginners that are just starting with software development.
Can I do Python in VS Code?
Yes, Visual Studio Code fully supports almost every major programming language. Some examples are Python, JavaScript, TypeScript, CSS, and HTML, and more rich language extensions can be found in the VS Code Marketplace.
Can I run VS Code on Windows 7?
No, Visual Studio Code versions starting with 1.71 (August 2022) no longer run on Windows 7. You will need to upgrade to a newer Windows version in order to use VS Code or use other code editors like Sublime Text and Notepad++, which are compatible with Windows 7.
Features
Meet IntelliSense
Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.
Print statement debugging is a thing of the past
Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console.
Git commands built-in
Working with Git and other SCM providers has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted SCM service.
Extensible and customizable
Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won’t slow down your editor.
What’s New
Welcome to the September 2023 release of Visual Studio Code. There are many updates in this version that we hope you’ll like, some of the key highlights include:
- Accessibility improvements — Screen reader support for the pull request comments.
- Better Command Palette search — New «similar commands» list to help command discovery.
- Add custom icons to profiles — Display an icon to easily identify the active profile.
- Compact editor tab height — Shrinks editor tab height for larger editor region.
- Dedicated pinned editor row — New editor tab row supports pin/unpin via drag and drop.
- Go to Symbol in notebooks — Quickly navigate to code symbols in your notebook.
- Python debugger updates — Configure whether to step into system/library or just your code.
- Preview: GitHub Copilot — Test generation based on current framework and project conventions.
If you’d like to read these release notes online, go to Updates on code.visualstudio.com.
Visual Studio Code — Open Source («Code — OSS»)
The Repository
This repository («Code - OSS
«) is where we (Microsoft) develop the Visual Studio Code product together with the community. Not only do we work on code and issues here, we also publish our roadmap, monthly iteration plans, and our endgame plans. This source code is available to everyone under the standard MIT license.
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 their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.
Visual Studio Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on Visual Studio Code’s website. To get the latest releases every day, install the Insiders build.
Contributing
There are many ways in which you can participate in this project, for example:
- Submit bugs and feature requests, and help us verify as they are checked in
- Review source code changes
- Review the documentation and make pull requests for anything from typos to additional and new content
If you are interested in fixing issues and contributing directly to the code base,
please see the document How to Contribute, which covers the following:
- How to build and run from source
- The development workflow, including debugging and running tests
- Coding guidelines
- Submitting pull requests
- Finding an issue to work on
- Contributing to translations
Feedback
- Ask a question on Stack Overflow
- Request a new feature
- Upvote popular feature requests
- File an issue
- Connect with the extension author community on GitHub Discussions or Slack
- Follow @code and let us know what you think!
See our wiki for a description of each of these channels and information on some other available community-driven channels.
Related Projects
Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter repositories are separate from each other. For a complete list, please visit the Related Projects page on our wiki.
Bundled Extensions
VS Code includes a set of built-in extensions located in the extensions folder, including grammars and snippets for many languages. Extensions that provide rich language support (code completion, Go to Definition) for a language have the suffix language-features
. For example, the json
extension provides coloring for JSON
and the json-language-features
extension provides rich language support for JSON
.
Development Container
This repository includes a Visual Studio Code Dev Containers / GitHub Codespaces development container.
-
For Dev Containers, use the Dev Containers: Clone Repository in Container Volume… command which creates a Docker volume for better disk I/O on macOS and Windows.
- If you already have VS Code and Docker installed, you can also click here to get started. This will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
-
For Codespaces, install the GitHub Codespaces extension in VS Code, and use the Codespaces: Create New Codespace command.
Docker / the Codespace should have at least 4 Cores and 6 GB of RAM (8 GB recommended) to run full build. See the development container README for more information.
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT license.