Skip to content

Commit 39fd2d4

Browse files
committed
Update .devcontainer/devcontainer.json
1 parent c165953 commit 39fd2d4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@
2121
"ms-toolsai.jupyter"
2222
],
2323
"settings": {
24-
"latex-workshop.latex.external.build.command": "calkit",
25-
"latex-workshop.latex.external.build.args": [
26-
"run",
27-
"--input",
28-
"%DOC%.tex"
29-
],
30-
"latex-workshop.latex.autoBuild.run": "never",
24+
"latex-workshop.bibtex-format.tab": "4 spaces",
25+
"latex-workshop.latex.autoBuild.run": "onSave",
26+
"latex-workshop.docker.image.latex": "texlive/texlive:latest-full",
27+
"latex-workshop.docker.enabled": true,
3128
"dvc.doNotShowSetupAfterInstall": true,
3229
"workbench.editorAssociations": {
3330
"*.pdf": "latex-workshop-pdf-hook"

0 commit comments

Comments
 (0)