From d0ea4cd5f3f082ac5646cb31e2bafc53f64a4792 Mon Sep 17 00:00:00 2001 From: Thibault de Villèle <25150288+Thibaulltt@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:39:24 +0200 Subject: fix(texlab): remove deprecated texlab.auxDirectory #3255 The configuration key 'texlab.auxDirextory' has been deprecated, in favor of 'texlab.build.auxDir', mirroring the latexmkrc's auxDir variable. https://github.com/latex-lsp/texlab/wiki/Configuration#deprecated-texlabauxdirectory texlab.build.auxDir has a default value of `.` in texlab if not explicitly set, or if the user has no `latexmkrc` file. https://github.com/latex-lsp/texlab/wiki/Configuration#texlabbuildauxdirectory --- lua/lspconfig/configs/texlab.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lspconfig/configs/texlab.lua b/lua/lspconfig/configs/texlab.lua index 7f039f52..c1a57579 100644 --- a/lua/lspconfig/configs/texlab.lua +++ b/lua/lspconfig/configs/texlab.lua @@ -167,7 +167,6 @@ return { onSave = false, forwardSearchAfter = false, }, - auxDirectory = '.', forwardSearch = { executable = nil, args = {}, -- cgit v1.2.3-70-g09d2