Micropython IDE for VSCode READMEMicropython integrated development for VSCode Features
RequirementsThis extension required PythonIf you do not have already installed Python, you can downloading from the official site. You can use python 2.x but I'm recommend using 3.x will better. PipPip is a installer for python modules that both downloads and installs the modules, if you are not already installed pip, please click here. AmpyAmpy allows you to interact with the file system created on the chip. This module is required for this extension. You can install ampy by pip:
rshellRemote Shell for MicroPython. This module is required for this extension. You can install rshell by pip:
or:
How to useCreate new project:First, you need to generate new project by open Getting Started menu. To open Getting Started... menu, you can press shortcut ⌘ + ⇧ + P keys, then find from commands list with keyword: You can integrate with existing project by creating Run project:You can run project by move to script file from prject directory. From VSCode status bar, press ▶ button in the bottom right. Or using Stop running script:To stop running script, you can stop by press ◼ button in the bottom right. Or using To Flash Micropython firmwareFrom Getting Started menu, select Flash Firmware then follow the step-by-step instructions. Extension SettingsThis extension has no settings for this release. You just press ⌘ + ⇧ + P then type prefix Micropython to see tasks list:
Known IssuesThis extension has been tested on MacOS. If you have any trouble with your OS. Please contact me soon by open issue or via email address: dinophan94@gmail.com. All requests appropriate! Contact & SupportsRelease NotesUsers appreciate release notes as you update your extension. 0.0.1First release |