Skip to content

Commit 7b390e0

Browse files
authored
Merge pull request #4028 from bgmello/master
Fix warning when running docker sample
2 parents 1ad8aef + 4f0db92 commit 7b390e0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"name": "TeX Live base",
3-
"dockerFile": "Dockerfile",
4-
"extensions": ["james-yu.latex-workshop"]
2+
"name": "TeX Live base",
3+
"dockerFile": "Dockerfile",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": ["james-yu.latex-workshop"]
7+
}
8+
}
59
}

0 commit comments

Comments
 (0)