Getting an exception when I try to debug a script in VSCode. It opens the python file ApplicationSettings.py, and then tells me I don’t have the module.
When I go to look up the file for a resource, I land on Rhino.ApplicationSettings Namespace. but I’m left wondering how to solve this.
Do I need to update the python script somehow? List it somehow along with the other modules in VSCode, like rhinoscriptsyntax, etc? Hopefully this info is helpful in chasing this down:
application.py (42.5 KB)
