AeroLab supports installing a VS Code IDE in a browser, complete with Java, Go, Python and C# language clients and code examples.
aerolab client create vscode -n vscode
aerolab client create vscode -n vscode -e 8080:8080
- Get the IP of the client machine using
aerolab client list
. - Visit the following URL in the browser:
http://<IP>:8080
Visit http://127.0.0.1:8080
aerolab client create vscode -n somename -k go,python
aerolab client create vscode help