micropython-ide-vscode
micropython-ide-vscode copied to clipboard
Micropython integrated development for VSCode
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits 4235459 1.0.12 6a77d2f Clobber a Link if it's in the way of a File See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)...
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits fee31c5 0.0.6 2f4a9d4 Merge pull request #9 from mhart/fix-buffer-constructor-vuln afbc744 Ensure data is not a number in Buffer constructor See full diff in...
Would be keen to see this expanded on, is anyone working on this currently?
On Windows 10, when creating a new project and specifying a COM port, you always get the message: "Port not exist, please connect device and try again!" I suspect this...
 This should be in a statusbar only if current workspace is Micropython.
I have installed also ms-python.python extension what can lint .py files. But it does not know Micropython modules, so it screams on lines like: `from machine import Pin` - because...
Run task should "Send current script to device…" but in Output I see it first deletes all files and then uploads them all. No matter if they changed or shoudl...
Very instrested in this vscode extention but some issues are not fixed on windows. --- Can not set the serial port when creating a new project (not the first issue...
Im trying to compile a simple script that uses the Pins from machines library, but Im getting this error: ModuleNotFoundError: No module named 'machine' This code worked on REPL, but...