From d73d757fdeb163f226023e1dcb37673a67c0987e Mon Sep 17 00:00:00 2001 From: paulober <44974737+paulober@users.noreply.github.com> Date: Wed, 10 Aug 2022 17:09:38 +0200 Subject: [PATCH] v1.5.2 --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c66fe0e..7250371 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Pico-W-Go VS Code Extension -Pico-W-Go provides code auto-completion and allows you to communicate with your Raspberry Pi Pico W board using the built-in REPL console. Run a single file on your board, sync your entire project or directly type and execute commands. +Pico-W-Go provides code auto-completion and allows you to communicate with your Raspberry Pi Pico W board using the built-in REPL console. Run a single file on your board, sync your entire project or directly type and execute commands. + +> __Autocompletion based on Raspberry Pi Pico W MicroPython firmware: [rp2-pico-w-20220805-unstable-v1.19.1-240-g9dfabcd6d.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20220810-unstable-v1.19.1-250-gf72d3cec2.uf2)__ This software is originally a derivative product of [Pymakr](https://marketplace.visualstudio.com/items?itemName=pycom.Pymakr) by Pycom Ltd under the terms of its [GNU GPL Version 3+ license](LICENSE.md) but it has now received significant rewrites. Non-RP2040 boards are not supported but may still work. diff --git a/package.json b/package.json index 79541da..31b2825 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pico-w-go", "displayName": "Pico-Go (W)", "description": "Autocompletion and a REPL console for the Raspberry Pi Pico (W).", - "version": "1.5.1", + "version": "1.5.2", "publisher": "paulober", "repository": "https://github.com/paulober/Pico-W-Go", "bugs": {