Skip to content

Commit

Permalink
Added missing makeglossaries tool for LaTeX Workshop. Fixes #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielJS1541 committed Sep 8, 2024
1 parent b180c94 commit 37128ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
],
"env": {}
},
{
"name": "makeglossaries",
"command": "makeglossaries",
"args": [
"%DOCFILE%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
Expand Down

0 comments on commit 37128ea

Please sign in to comment.