What are the system requirements for vscode? - visual-studio-code

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.

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.

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.

As of Version 1.32
1.6 GHz or faster processor with 1 GB RAM recommended
OS X Yosemite
Windows 7 (with .NET Framework 4.5.2), 8.0, 8.1 and 10 (32-bit and 64-bit)
Linux with GLIBCXX version 3.4.15 or later, GLIBC version 2.15 or later, tested with Linux (Debian): Ubuntu Desktop 14.04, Debian 7, Linux (Red Hat): Red Hat Enterprise Linux 7, CentOS 7, Fedora 23

Related

VS Code not running windows 7 64bit

I have only one Windows 7 64 bit old PC. And I learning web development and I want to run VS Code code editor but when I install VS Code and double click launching icon then VSCode does not launching.
Confirmation my PC:
RAM : 4GB (DDR4)
HDD : 500 GB
CPU : Dual Core Processors
GPU:
OS : Windows 7 64bit
I am the first on this platform so please forgive me if I have made any mistakes.
Thank you.
Currently, you can install Visual Studio Code v1.70.3.
P.s. It works well in my computer.
https://code.visualstudio.com/updates/v1_70
this is last supported version for Windows7
I also still use Windows 7 Pro 64-bit. I discovered that the latest version of Code downloaded directly from Microsoft - 1.74.3 at the time I'm writing this - runs fine and all features (like debugging) appear to work IF you use the ZIP download. Every time I start it, it pops up the message "Visual Studio Code on Windows 7 will no longer receive any further updates." But when the next update comes along, I plan to just download the newest zip.
Note that all the projects I had opened in the installed version are still available in the zipped version. So, I won't be upgrading this system to Windows 10.
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:
OS X El Capitan (10.11+) Windows 8.0, 8.1 and 10, 11 (32-bit and
64-bit) Linux (Debian): Ubuntu Desktop 16.04, Debian 9 Linux (Red
Hat): Red Hat Enterprise Linux 7, CentOS 7, Fedora 34

Spyder IDE Version Operating System Requirements

What are the Operating System Requirements for different versions of the Spyder IDE Windows Installer found at https://docs.spyder-ide.org/current/installation.html ?
(Spyder maintainer here) Our Windows installer works on Windows 10 (it probably works on Windows 8.1 too).
You can find the list of our system requirements in the section Running Spyder of our FAQ

microsoft.quantum.development.kit qsc.dll error

.nuget\packages\microsoft.quantum.development.kit\0.2.1809.701-preview\tools\qsc\qsc.dll'. Format of the executable (.exe) or library (.dll) is invalid.
How to repair qsc.dll?
Unfortunately, the quantum development kit only works with 64 bits OS (Windows, MacOS, Linux), and it appears that you are using a 32bit version of Windows.
I don't have any good option for you, except to upgrade the OS but I'm not certain there is a 64 bit version of Windows 10 Education.
As a limited option, you can try to execute some simple code in tio: https://tio.run/#qs-core.
I encourage you to create an item about this in https://quantum.uservoice.com/ where most of the feedback for the quantum development kit is gathered.

Windows Logo Kit and WHQL for Windows XP

Is it still possible to WHQL-certify drivers for Windows XP, given that it has reached its end of life?
If so, which version of the Windows Logo Kit do I need?
Windows Logo Kit 1.6 won't install on my Windows XP Service Pack 3 machine.
In particular, when I try to install Windows Logo Kit 1.6 on Windows XP with Service Pack 3, I'm unable to install any of the components, with the detail text being:
http://pastebin.com/rWRfMiZy
e.g. things like:
REQUIRED COMPONENT: "EULA" unavailable due to status = Not Installable
ISSUE: Unsupported OS SKU
DETAIL: Current OS: Windows XP (Supported OS: Windows Longhorn Server)
ISSUE: Unsupported CPU Architecture
DETAIL: Current CPU: x86 (Supported CPU: x64)
Yes, you can still certify hardware for XP (but not systems). WLK 1.6 is the correct version and should install on XP. See this.
What happens when you try to install it?
EDIT: It's been a while since I was involved with WHQL testing, so ignore the information above. That link is wrong. I've done some further investigation and here are the facts:
The kit can be installed on and run from a Windows 2003 server only. That is the controller/master box that runs, controls and collects the test info. It also makes the submissions. You need a second test box running the OS you're certifying for. It runs as a slave to the server.
The only way to certify for XP is to certify for Vista, 2003 or Win7, and then you are automatically approved for XP.

gnome system monitor for solaris

is there any gui tools like gnome system monitor in solaris for monitoring processes? or is it possible to get the gnome system monitor binary pkg for solaris os ?
You don't specify which version of Solaris - recent ones include gnome-system-monitor already.
Additional gnome software for older Solaris versions may be available from various projects that make open source software packages available for Solaris, such as SunFreeware, Blastwave, and OpenCSW
The CDE desktop included in Solaris 2.6 through Solaris 10 also includes a couple of simpler process monitoring tools - sdtprocess and sdtperfmeter.
If you dont mind me asking what is the need for a gui?
the command top will give you everything you need but in a terminal?!?
anyway /usr/dt/bin/sdtperfmeter is on older releases but this WONT give you processes
gnome-system-monitor should be installed on newer releases, and this WILL give you processes.
If the gnome-system-monitor command doesn't work top will.
How about GKrellm? That is popular under the Gnome suite running on Linux.