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 = {
|
||||
settings = {
|
||||
build = {
|
||||
executable = "tectonic",
|
||||
args = {
|
||||
"-X",
|
||||
"compile",
|
||||
"%f",
|
||||
"--syntex",
|
||||
"--keep-logs",
|
||||
"--keep-intermediates"
|
||||
}
|
||||
}
|
||||
}
|
||||
-- build = {
|
||||
-- executable = "tectonic",
|
||||
-- args = {
|
||||
-- "-X",
|
||||
-- "compile",
|
||||
-- "%f",
|
||||
-- "--synctex",
|
||||
-- "--keep-logs",
|
||||
-- "--keep-intermediates"
|
||||
-- }
|
||||
-- }
|
||||
},
|
||||
|
||||
-- Require vscode-langservers-extracted
|
||||
|
|
Loading…
Reference in New Issue