Skip to content
Snippets Groups Projects
Commit 01c73d79 authored by name@gmail.com's avatar name@gmail.com
Browse files

Add devcontainer config

parent 5018f7a8
No related branches found
No related tags found
No related merge requests found
// .devcontainer/devcontainer.json
{
"name": "LaTeX&SageTex Devcontainer",
"image": "registry.gitlab.com/lukenaylor/latex/sagetex-image:latest",
"postCreateCommand": "sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"james-yu.latex-workshop",
"microsoft.jupyter",
"ms-toolsai.jupyter",
"ms-python.python"
]
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment