Writing Firedrake code with VSCode inside a Docker container - firedrakeproject/firedrake GitHub Wiki
- Make sure that Docker and VSCode are installed.
- Install the "Dev Containers" extensions to VSCode.
- Start the container that you want to develop with. For example:
Note that the container must be left running in the terminal in order for VSCode to be able to attach to it.$ docker run -it firedrakeproject/firedrake:latest
- Now you can open the container inside VSCode. To do this click on the icon on the bottom left of the screen ("Open a Remote Window"):
- Then, click on "Attach to Running Container..." in the menu that appears.
- The running container should appear. Click on that and a new VSCode window will open that works inside the container!