micropython-ide-vscode icon indicating copy to clipboard operation
micropython-ide-vscode copied to clipboard

Micropython integrated development for VSCode

Results 20 micropython-ide-vscode issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fstream&package-manager=npm_and_yarn&previous-version=1.0.11&new-version=1.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)...

dependencies

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...

dependencies

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...

![snimek obrazovky 2018-11-21 v 18 44 36](https://user-images.githubusercontent.com/614232/48859131-89b8ed80-edbd-11e8-9111-a514b98a5f74.png) 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...