Skip to content

Development using VSCode

Jon edited this page May 2, 2020 · 1 revision

The steps to develop using VSCode is as follows.

  1. Download VSCode.
  1. Use the following guide to install the remote container extensions.
  1. Run the docker container for the project.
docker-compose up -d jones
  1. Load up VSCode and attach to the running docker container using the Remote Explorer extension installed in step #2.
Clone this wiki locally