Browse Source

[server] run prepare for all requests

Rudy Ges 2 years ago
parent
commit
f9f184161b
1 changed files with 1 additions and 1 deletions
  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 =