cmput325-devcontainer/.devcontainer/devcontainer.json

13 lines
197 B
JSON

{
"name": "CMPUT 325 devcontainer",
"build": {
"context": "..",
"dockerfile": "../Dockerfile"
},
"extensions": [
"mattn.Lisp",
"rebornix.prolog",
"abelcour.asp-syntax-highlight"
]
}