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
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With