Skip to content
Snippets Groups Projects
Commit 4e0cb59e authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add devcontainer_example.json

parent 75518d17
No related branches found
No related tags found
No related merge requests found
{
"name": "LaTex",
"workspaceFolder": "/workdir",
"workspaceMount": "source=${localWorkspaceFolder},target=/workdir,type=bind,consistency=delegated",
"remoteUser": "vscode",
"image": "andrijoos/devcontainer-latex:latest",
"customizations": {
"vscode": {
"extensions": [
"James-Yu.latex-workshop"
]
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment