- Install the remote extension pack for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
- Connect to the remote [email protected]
- Open a Terminal in VSCode (which should be on the Devbox)
- Clone this repo:
git clone https://github.com/xorrkaz/holops-2800
To prepare the lab environment, call the start
script with the desired lab from a Terminal pane within VSCode. e.g.:
sh start
Then, change directory to ~/holops-2800
and run code -a .
to open that directory within the VSCode window.