Skip to content

Commit

Permalink
Add initial VSCode Remote-Containers config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Feb 20, 2021
1 parent eb068bd commit b91348d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM alexpovel/latex
18 changes: 18 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "LaTeX",
"build": {
"dockerfile": "Dockerfile",
},
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"James-Yu.latex-workshop"
],
"containerEnv": {
"CI": "true",
"LANG": ""
},
}

0 comments on commit b91348d

Please sign in to comment.