We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b22043a + e86945f commit 3f997acCopy full SHA for 3f997ac
.devcontainer/Dockerfile
@@ -14,4 +14,5 @@ WORKDIR /home/node
14
RUN mkdir -p .config/git \
15
&& echo ".vscode/*" >> .config/git/ignore \
16
&& echo "*.code-workspace" >> .config/git/ignore \
17
- && echo ".history/" >> .config/git/ignore
+ && echo ".history/" >> .config/git/ignore
18
+
.devcontainer/devcontainer.json
@@ -11,6 +11,9 @@
11
"James-Yu.latex-workshop",
12
"EditorConfig.EditorConfig"
13
],
+ "settings": {
+ "latex-workshop.latex.recipe.default": "latexmk (xelatex)"
+ },
"postCreateCommand": "npm install",
"remoteUser": "node"
- }
19
+ }
0 commit comments