Skip to content

Commit 3f997ac

Browse files
committed
Merge remote-tracking branch 'makenew/master'
2 parents b22043a + e86945f commit 3f997ac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ WORKDIR /home/node
1414
RUN mkdir -p .config/git \
1515
&& echo ".vscode/*" >> .config/git/ignore \
1616
&& echo "*.code-workspace" >> .config/git/ignore \
17-
&& echo ".history/" >> .config/git/ignore
17+
&& echo ".history/" >> .config/git/ignore
18+

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"James-Yu.latex-workshop",
1212
"EditorConfig.EditorConfig"
1313
],
14+
"settings": {
15+
"latex-workshop.latex.recipe.default": "latexmk (xelatex)"
16+
},
1417
"postCreateCommand": "npm install",
1518
"remoteUser": "node"
16-
}
19+
}

0 commit comments

Comments
 (0)