-
Notifications
You must be signed in to change notification settings - Fork 0
Development using VSCode
Jon edited this page May 2, 2020
·
1 revision
The steps to develop using VSCode is as follows.
- Download VSCode.
- Use the following guide to install the remote container extensions.
- Run the docker container for the project.
docker-compose up -d jones
- Load up VSCode and attach to the running docker container using the
Remote Explorer
extension installed in step #2.