Disable non-opened documents reconciling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user