I recently began having issues using the debugger in Visual Studio Code. It has always worked in the past (and still does except with arcpy). Now every time I try to import arcpy I get a "name 'unicode' is not defined" error that is coming from _base.py. I am using python 3.9.16 64 bit interpreter and have the most current version of arcgis pro installed. I have tried to uninstall VS Code and ArcGIS Pro both and the same issue persists, but the second I comment out the import arcpy the debugger works fine (until it gets to something that needs the arcpy lib obviously). Any thoughts? I really like the VS Code IDE and would like to continue using it but am also open to similar easy to use options if anyone has any that might solve my issue.
