chore: re-enable Elab.async in the server (#6990)
This commit is contained in:
parent
de24063c4b
commit
bfe2d28c50
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ def setupImports (meta : DocumentMeta) (cmdlineOpts : Options) (chanOut : Std.Ch
|
|||
let opts := cmdlineOpts.mergeBy (fun _ _ fileOpt => fileOpt) fileSetupResult.fileOptions
|
||||
|
||||
-- default to async elaboration; see also `Elab.async` docs
|
||||
--let opts := Elab.async.setIfNotSet opts true
|
||||
let opts := Elab.async.setIfNotSet opts true
|
||||
|
||||
return .ok {
|
||||
mainModuleName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue