"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "/usr/local/texlive/2026/bin/x86_64-linux/latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-lualatex",
"%DOC%"
]
}
]