"vscode:/vscode.git/clone" did not exist on "f8584b630b82f8a2bfaa70a521efffdb0cb2ef70"
-
Jason Rhinelander authored
We currently fail at runtime when trying to call a method that is overloaded with both static and non-static methods. This is something python won't allow: the object is either a function or an instance, and can't be both.
d355f2fc