Explorar el Código

[server] run prepare for all requests

Rudy Ges hace 2 años
padre
commit
f9f184161b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/compiler/server.ml

+ 1 - 1
src/compiler/server.ml

@@ -471,7 +471,7 @@ let type_module sctx (ctx:Typecore.typer) mpath p =
 		None
 
 let before_anything sctx ctx =
-	if ctx.com.display.dms_full_typing then sctx.cs#prepare ();
+	sctx.cs#prepare ();
 	ensure_macro_setup sctx
 
 let after_arg_parsing sctx ctx =