micropy-cli icon indicating copy to clipboard operation
micropy-cli copied to clipboard

Add pymakr as a recommended VS Code Extension

Open GregWoods opened this issue 4 years ago • 1 comments

When creating a new project with micropy init, and the user selects "Pymakr configuration", add PyMakr as a recommended Extension in the VS Code extensions.json file.

Background

I am very new to micropy (and micropython in general), so my apologies if I am missing something really obvious as to why this is a dumb request.

I am writing a short guide for a teenage nephew, so he can quickly get started in MicroPython on the ESP32, and I want minimum steps possible to get him up and running. MicroPy-cli is looking like a superb way to get started quickly. Hopefully my suggestion would mean one less step :)

GregWoods avatar Jun 05 '20 07:06 GregWoods

:+1: Not a dumb solution at all!

In fact, if you weren't already aware, the vscode integration generates recommendations for extensions related to python and python intellisense, so adding pymakr when using the pymakr setting seems obvious! Surprised to see it took this long to come up, haha.

Thanks for the request, will see if I can get it up soon.

Feel free to open a pull request to add your article to the See Also section if you're comfortable doing so. Best of luck to you and you're nephew!

BradenM avatar Jun 05 '20 09:06 BradenM