cmput325-devcontainer/.devcontainer/devcontainer.json

13 lines
197 B
JSON
Raw Permalink Normal View History

2023-01-10 19:22:13 -07:00
{
"name": "CMPUT 325 devcontainer",
"build": {
"context": "..",
"dockerfile": "../Dockerfile"
},
"extensions": [
"mattn.Lisp",
"rebornix.prolog",
"abelcour.asp-syntax-highlight"
]
}