In the past when I would edit and save an extension externally in Visual Studio Code the extension would re-init automatically. But it seems like in this version it doesn’t always update when I save externally. I have to manually select a comp and Re-Init the Extension sometimes to make the changes update.
I am also having issues when I update the replicator callback. I can edit it internally or externally and it just don’t seem to do anything. I put a print statement at top of the onReplicate function and it doesn’t update when I make changes. Very strange and frustrating.
I found and fixed an issue with extension not initializing so hopefully that’s the issue you were running into. It wasn’t limited to external editing. We are testing it now and it will be in the next posted official.
Can you clarify the issue about replicator callbacks? If you change the callback, it won’t automatically recreate all the operators, you still have to click on the Recreate button.
When I was using the replicator, I set the Master Op Display to False then use the Callback to flip the new ops display to true and after pulsing Recreate All it won’t work consistently as I was modifying the callback to try an get it to work correctly.