mason: remove tectonic configuration for build
Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
0dcc705e89
commit
1810cf9a24
24
init.lua
24
init.lua
|
@ -471,19 +471,17 @@ local servers = {
|
||||||
},
|
},
|
||||||
|
|
||||||
texlab = {
|
texlab = {
|
||||||
settings = {
|
-- build = {
|
||||||
build = {
|
-- executable = "tectonic",
|
||||||
executable = "tectonic",
|
-- args = {
|
||||||
args = {
|
-- "-X",
|
||||||
"-X",
|
-- "compile",
|
||||||
"compile",
|
-- "%f",
|
||||||
"%f",
|
-- "--synctex",
|
||||||
"--syntex",
|
-- "--keep-logs",
|
||||||
"--keep-logs",
|
-- "--keep-intermediates"
|
||||||
"--keep-intermediates"
|
-- }
|
||||||
}
|
-- }
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Require vscode-langservers-extracted
|
-- Require vscode-langservers-extracted
|
||||||
|
|
Loading…
Reference in New Issue