Pymakr plugin not working with 32 bit version of VS Code?
-
After updating Visual Studio Code 32 bit to the newest version 1.16.0 the pymakr plugin does not work anymore. I do not see the repl an when I try to connect to my lopy VS always says command 'pymakr.connect' not found
OS is Windows 10
Lopy Firmware is v1.8.0.b1Hope someone can help ;)
-
@iotGeek There is a new Pymakr plugin update (v0.1.4) that resolved the issues with the new update (August 2017) if VSC. Try installing it and good luck!
-
@ledbelly2142 Thank you for the hint! After downgrading and then upgrading to the most recent version of VS Code its also working for me!
-
Looks like there is another VS Code update, mine now works with the new update.
If you still have issues... You can still downgrade to July 2017 version.
Make sure that you modify the auto update settings after you downgrade to July 1017
To modify the update channel, go to File > Preferences > Settings and add the update.channel setting with the value "none".
-
@fuzzy are you using version 1.15.1? because after uninstall 1.16.0 this version is also not working for me, i get the same error ^^
-
@iotGeek Same here. I re-installed the previous version of VSC (July 2017) and... life is back to normal.
-
I can confirm, after updating VS Code, the pymakr plugin on Windows 10 does not work.
I moved to Atom with the pymakr plugin until the plugin for VS Code is resolved.