You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, whenever a file is saved or deleted, the whole workspace gets revalidated. This is necessary because, for example, deleting a schema could mean that you break a schema that references that schema. However, for a large project, this could be inefficient. Ideally, we should be able to only revalidate schemas that could be affected by the change.
Beware of cyclic references that could cause an infinite loop of revalidations.
Currently, whenever a file is saved or deleted, the whole workspace gets revalidated. This is necessary because, for example, deleting a schema could mean that you break a schema that references that schema. However, for a large project, this could be inefficient. Ideally, we should be able to only revalidate schemas that could be affected by the change.
Beware of cyclic references that could cause an infinite loop of revalidations.
Depends on #7
The text was updated successfully, but these errors were encountered: