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
This commit is contained in:
Thibault de Villèle 2024-10-14 17:39:24 +02:00 committed by GitHub
parent a6d018546c
commit d0ea4cd5f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,6 @@ return {
onSave = false,
forwardSearchAfter = false,
},
auxDirectory = '.',
forwardSearch = {
executable = nil,
args = {},