cmput325-devcontainer/README.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2023-01-10 19:22:13 -07:00
# Notes
- Container will configure vscode's settings to recognize .pl files as Prolog rather than the default Perl.
- Will install extensions for lisp, prolog, and ASP
- Will configure SBCL to use rlwrap so that you have history when using a lisp REPL
# How to use
1. You will need to have vscode and Docker installed.
For Ubuntu, docker is installed with `sudo apt install docker.io`
2. Install the vscode extension for docker dev containers as shown in the image below
![Step 1](howtouse_devcontainer/1.png)
3. Clone this repository (or just download it) and open the folder that contains the .devcontainer folder
![Step 2](howtouse_devcontainer/2.png)
4. Your folder structure should look like the following
![Step 3](howtouse_devcontainer/3.png)
2023-01-11 09:34:41 -07:00
5. Open the commands palette (CTRL + SHIFT + P) or (CTRL + P + >) and type "open in container" and select "Dev Containers: Reopen in Container"
2023-01-10 19:22:13 -07:00
![Step 4](howtouse_devcontainer/4.png)
6. It may take a bit to download the docker container, go grab a coffee
7. Confirm that you're running in the container and have the extensions shown in the following image installed
![Step 5](howtouse_devcontainer/5.png)
2023-01-10 19:57:03 -07:00
8. Only the folders `.devcontainer`, `.vscode` and the file `Dockerfile` are needed for the container to function correctly. Delete everything else including `.git`