Writing Firedrake code with VSCode inside a Docker container - firedrakeproject/firedrake GitHub Wiki

  1. Make sure that Docker and VSCode are installed.
  2. Install the "Dev Containers" extensions to VSCode.
  3. Start the container that you want to develop with. For example:
    $ docker run -it firedrakeproject/firedrake:latest
    
    Note that the container must be left running in the terminal in order for VSCode to be able to attach to it.
  4. 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"): bottomleft
  5. Then, click on "Attach to Running Container..." in the menu that appears. attach new
  6. The running container should appear. Click on that and a new VSCode window will open that works inside the container!