chore: re-enable Elab.async in the server (#6990)

This commit is contained in:
Sebastian Ullrich 2025-02-07 17:12:31 +01:00 committed by GitHub
parent de24063c4b
commit bfe2d28c50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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