Every time a user types in a CQL file — or triggers any language feature such as hover, go-to-definition, or View ELM — the language server recompiles the entire library from scratch. This includes reloading all model definitions and dependent libraries every single time, regardless of whether anything has actually changed.
Every time a user types in a CQL file — or triggers any language feature such as hover, go-to-definition, or View ELM — the language server recompiles the entire library from scratch. This includes reloading all model definitions and dependent libraries every single time, regardless of whether anything has actually changed.