You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the console output when I select the arduino application folder.
Traceback (most recent call last):
File ".\StinoStarter.py", line 470, in on_done
File ".\app\base.py", line 24, in refresh
File ".\app\base.py", line 53, in genKeywordList
File ".\app\base.py", line 884, in getKeywordListFromPlatform
File ".\app\base.py", line 866, in getKeywordListFromCoreFolderList
File ".\app\base.py", line 855, in getKeywordListFromFile
UnboundLocalError: local variable 'keyword_type' referenced before assignment
The text was updated successfully, but these errors were encountered:
You have installed an old branch of Stino, I didn't used it so I can't help you. But I'm working in a new plugin it's not using the arduino IDE instead use platformIO as compiler, it currently is in beta, if you like to try it and maybe report any error/bug or new feature, you will be welcome.
Here is the console output when I select the arduino application folder.
Traceback (most recent call last):
File ".\StinoStarter.py", line 470, in on_done
File ".\app\base.py", line 24, in refresh
File ".\app\base.py", line 53, in genKeywordList
File ".\app\base.py", line 884, in getKeywordListFromPlatform
File ".\app\base.py", line 866, in getKeywordListFromCoreFolderList
File ".\app\base.py", line 855, in getKeywordListFromFile
UnboundLocalError: local variable 'keyword_type' referenced before assignment
The text was updated successfully, but these errors were encountered: