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
In order to expand the places where we can use modifier stages we'd like to remove the necessity to pass a context object into the run method. This would allow us, for example, to determine what scope we're in when we are inserting a snippet.
The notion that processedTargetsContext completely captures the state of the environment is an illusion anyway, since a target already has access to an editor, which we use in multiple places.
Instead, we should pass the graph object into a modifier stage when we construct it.
The text was updated successfully, but these errors were encountered:
In order to expand the places where we can use modifier stages we'd like to remove the necessity to pass a context object into the run method. This would allow us, for example, to determine what scope we're in when we are inserting a snippet.
The notion that
processedTargetsContext
completely captures the state of the environment is an illusion anyway, since a target already has access to an editor, which we use in multiple places.Instead, we should pass the graph object into a modifier stage when we construct it.
The text was updated successfully, but these errors were encountered: