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
Describe the solution you'd like
Currently, when a file is changed, a program with all of its dependencies (macro and copy files) is reparsed. This may be a parsing bottleneck that increases the response time of the plugin.
It could be useful to parse only such dependencies that got actually changed.
Acceptance criteria
When user changes an opencode, only the opencode file is reparsed.
When user changes a macro or copy file, only the opencode file and the changed file are reparsed.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Currently, when a file is changed, a program with all of its dependencies (macro and copy files) is reparsed. This may be a parsing bottleneck that increases the response time of the plugin.
It could be useful to parse only such dependencies that got actually changed.
Acceptance criteria
The text was updated successfully, but these errors were encountered: