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
When I 'install' stino as suggested in the github readme, the Sublime Console (open with CTRL+`) displays the following message:
File "C:\Users\...\SublimeText\Data\Packages\Stino-Stino-Dev\StinoCommands.py", line 74, in on_activated_async
if stino.arduino_info['init_done']:
AttributeError: 'NoneType' object has no attribute 'arduino_info'
The solution I found is to rename the Stino-Stino-Dev directory to Stino. So:
Download Stino
Unzip it
Rename unzipped folder to Stino
Copy it to the packages directory
The text was updated successfully, but these errors were encountered:
When I 'install' stino as suggested in the github readme, the Sublime Console (open with
CTRL+`
) displays the following message:The solution I found is to rename the
Stino-Stino-Dev
directory toStino
. So:Stino
The text was updated successfully, but these errors were encountered: