To enable Sandbox using PowerShell, open PowerShell as Administrator and run:
Get-WindowsOptionalFeature -online -FeatureName Containers-DisposableClientVM
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
Download this repository as zip-file and extract it to the Desktop
.
Double-click bootstrap.wsb
to start the Sandbox.
In the sandbox, open bootstrap_share
and execute the bootstrap.cmd
command.
After some time, you can find the folder portable_mingw_vscode
within bootstrp_share
.
This folder the final portable install - you can move it to another computer or a thumb-drive.
Double-click on vscode/Code.exe
to open Visual Studio Code.
Select Open Folder...
form the File
menu and navigate to projects\hello_world
.
Kit: Clang cpp4bio
Debugger: C++ (GDB/LLDB)