
Visual Studio Code LuaTeX Extension
Extension for the LuaTeX development.
This extension brings the LuaTeX
API into Visual Studio Code.
This project is also an extension package for the most important extensions related to LuaTeX development:
lua-language-server and
LaTeX Workshop
.vscode/settings.json
{
"luatex.library": ["all", "luatex", "luametatex", "lualatex", "lualibs", "luaotfload"]
}
Development
Debug
make install
make watch
F5
Publish
make package
make publish
| |