We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998f457 commit 43de75fCopy full SHA for 43de75f
thonnycontrib/thonny-py5mode/__init__.py
@@ -128,6 +128,8 @@ def set_py5_imported_mode() -> None:
128
# patched method non-existant when imported mode active at launch
129
try:
130
Runner.execute_current = Runner._original_execute_current
131
+ # this line disable py5 autocompletion in this instance
132
+ get_runner().restart_backend(False)
133
except AttributeError:
134
pass
135
0 commit comments