Skip to content

Commit

Permalink
Atualizada a configuração do devcontainer do projeto.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbssousa authored Apr 3, 2024
1 parent afe8379 commit 95e82fd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
"version": "2.24.3"
},
"ghcr.io/lbssousa/devcontainer-features-texlive-music/texlive:1": {
"version": "2023",
"scheme": "minimal",
"extra-packages": "babel-latin babel-portuges booktabs chktex currfile ebgaramond enumitem epstopdf-pkg etoolbox environ epstopdf fancyhdr filehook fontspec geometry graphics gregoriotex grfext hyperref hyphen-english hyphen-latin hyphen-portuguese infwarerr kvoptions latex-bin latexindent latexmk luacolor luamplib luaotfload luaoptions luatexbase lyluatex memoir metalogo metapost metre microtype minibox musixtex musixtex-fonts m-tx paracol pdflscape pdfpages pdftexcmds pmx relsize texcount titlesec tools xcolor xpatch xkeyval xstring"
"version": "2024",
"scheme": "full"
}
},
"hostRequirements": {
"cpus": 4,
"memory": "16gb",
"storage": "32gb"
},
"remoteUser": "vscode",
"containerUser": "vscode", // needed for Podman, indifferent for Docker
"customizations": {
Expand Down Expand Up @@ -69,8 +73,7 @@
"--view",
"--shell-escape"
],
"latex-workshop.view.pdf.viewer": "tab",
"terminal.integrated.defaultProfile.linux": "zsh"
"latex-workshop.view.pdf.viewer": "tab"
},
"extensions": [
"james-yu.latex-workshop",
Expand Down

0 comments on commit 95e82fd

Please sign in to comment.