Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install VS Code on Windows through Powershell / command prompt?

Is there a way to install Install VS Code on Windows through Powershell / command prompt commands ? as in linux with "sudo apt install ..."

Thank you

like image 281
Nuno Oliveira Avatar asked Apr 27 '26 16:04

Nuno Oliveira


1 Answers

Complementing @Mohammed El Sayed great answer that uses Choco, the now Microsoft official package manager WinGet can let you do this as well

winget install -e --id Microsoft.VisualStudioCode

Note -e matches exact string (instead of substring) and --id provides the ID of the application. More on args here

For more info on customising the installation see this GitHub discussion.

like image 164
Jay Wick Avatar answered Apr 29 '26 11:04

Jay Wick



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!