stubgen is used to generate parts of the static completion. Seems like the behavior changed and the generated .pyi is now put into a different location.
To Reproduce
skillbridge generate. There are now two workspace.pyi files
Expected behavior
Only one workspace.pyi next to workspace.py should exist
Describe the bug
stubgen
is used to generate parts of the static completion. Seems like the behavior changed and the generated.pyi
is now put into a different location.To Reproduce
skillbridge generate
. There are now twoworkspace.pyi
filesExpected behavior
Only one
workspace.pyi
next toworkspace.py
should existAdditional Information
Reported by user in #229