Disable non-opened documents reconciling

This commit is contained in:
aboyko
2022-09-09 16:51:44 -04:00
parent b4ed5bc68d
commit d7af4b03b2

View File

@@ -56,7 +56,7 @@ public class LanguageServerProperties {
* Reconcile sources regardless whether source is opened in an editor or not.
* If on only opened documents will be reconciled
*/
private boolean reconcileOnlyOpenedDocs = false;
private boolean reconcileOnlyOpenedDocs = true;
public boolean isStandalone() {
return standalone;