Reputation: 5068
What are the system requirements for vscode?
The download page only shows the different platforms this is available on, but doesn't mention any requirements such as Windows version (i know it doesn't work on XP) or additional required components, such as the .NET framework.
Upvotes: 0
Views: 17011
Reputation: 50484
You can find the official documentation about this at https://code.visualstudio.com/docs/supporting/requirements. Quoting the main parts:
Hardware
Visual Studio Code is a small download (< 200 MB) and has a disk footprint of < 500 MB. VS Code is lightweight and should easily run on today's hardware.
We recommend:
- 1.6 GHz or faster processor
- 1 GB of RAM
Platforms
VS Code is supported on the following platforms:
- Windows 10 and 11 (64-bit)
- macOS versions with Apple security update support. This is typically the latest release and the two previous versions.
- Linux (Debian): Ubuntu Desktop 18.04, Debian 10
- Linux (Red Hat): Red Hat Enterprise Linux 7, CentOS 7, Fedora 35
You can find a list of things that aren't supported, and additional Linux requirements in that official document.
You can often find end-of-platform-support notices in the release notes just by searching for "has ended". Ex. Google searching "site:code.visualstudio.com/updates "support has ended"
"
https://code.visualstudio.com/updates/v1_85#_macos-1013-and-1014-support-has-ended
https://code.visualstudio.com/updates/v1_79#_windows-8-and-81-support-has-ended
https://code.visualstudio.com/updates/v1_76#_macos-1011-and-1012-support-has-ended
https://code.visualstudio.com/updates/v1_71#_windows-7-support-has-ended
Upvotes: 0
Reputation: 11
It's not listed in their requirements, but you'll also need a decent video card. It may seem ridiculous, since it's mainly displaying text, but vscode's GPU hardware requirement is well beyond what other applications require. There is a switch --disable-gpu
to switch it to software rendering but it's still laggy.
Upvotes: 1
Reputation: 2624
As of Version 1.32
Upvotes: 0
Reputation: 2364
System requirements for VSCode are available on the documentation page.
In a nutshell, VSCode now is self contained for Linux, Mac and Windows. There is a complete list for the additional helpful tools available on the setup page.
Upvotes: 5