aft-may25-2023/.devcontainer/devcontainer.json

18 lines
337 B
JSON
Raw Normal View History

2023-05-24 19:05:16 -06:00
{
"name": "LaTeX dev container",
"image": "sjkillen/aft-may25-2023",
// "build": {
// "context": "..",
// "dockerfile": "../Dockerfile"
// },
"customizations": {
"vscode": {
"extensions": [
"James-Yu.latex-workshop",
"torn4dom4n.latex-support",
"mike-lischke.vscode-antlr4",
"ms-python.python"
]
}
}
}