Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

scc365/devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated; Please use the following .devcontainer.json spec:

{
  "name": "scc_365/ken",
  "image": "scc-registry.lancs.ac.uk/teaching/scc_365/ken:24"
}

SCC365 Devcontainer

Dev environment using devcontainers for SCC365 coursework projects.

Install

In the root of your working repository run:

curl -fsSL https://raw.githubusercontent.com/scc365/devcontainer/refs/heads/main/devcontainer.json -o .devcontainer.json

Configuration

In the .devcontainer.json file you can modify the dev environment to suit your needs.