Micropython-REPLink 🐍Handy shortcuts for interacting with a Micropython REPL terminal. This extension enables rapid development on embedded hardware by providing file uploading and code execution within the same REPL environment. Commands
How it worksThe three commands provided by this extension essentially copy the contents of the script (or selected text) into the VS Code terminal as a raw string literal with the name The user is responsible for initializing the REPL in the terminal. To access these commands, use the command palette (ctrl+shift+P and search for Micropython) or assign them to a keybinding. RequirementsThis extension does not provide a REPL. Various options are available but MPFshell is tested and recommended. MPFshell works via serial, websockets and telnet. So far only serial has been tested but the other methods should also work. Release Notes1.0.0Initial release. |