Hello!
I am modifying a custom python toolbox in ArcGIS Pro 3.3, and I am running into issues getting the toolbox to recognize any changes. I make edits in VS Code, save the edits, right click on toolbox, and then click refresh. However, I do not see the changed reflected the next time I open the tool.
This is an error I got about RemoveSpatialIndex:

But I had commented it out before saving and then refreshing:

I've also tried clearing the cache from Pro Options and that doesn't work. I can get the tool to register edits after I quit Pro and reopen it. Has anyone else ran into this? or is there a step I've missed in the workflow?
Thanks!