zed-latex v0.1.2
This release adds a new setting to add extra directories to TEXINPUTS when invoking texlab
affecting some LSP functionality and LaTeX compilation. The user may want to consider alternatives before using this setting.
Example:
{
"lsp": {
"texlab": {
"initialization_options": {
// experimental: visit zed-latex wiki on github to check if setting location has moved
"extra_tex_inputs": [
"/extra/path/1/",
"/extra/path/2/",
]
}
}
}
}