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

Latest commit

 

History

History
31 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 598 Bytes

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.