Skip to content

Commit aab80b9

Browse files
committed
v4.3.0
Signed-off-by: paulober <[email protected]>
1 parent f362188 commit aab80b9

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ All notable changes to the "MicroPico" extension will be documented in this file
1010

1111
---
1212

13+
## [4.3.0] - 2025-09-06
14+
15+
### Added
16+
17+
- `micropico.newProject` command to create a new MicroPico project in a new or existing folder
18+
- "Create new MicroPico project" button to empty explorer view (#292)
19+
20+
### Changed
21+
22+
- Updated dependencies
23+
- Changed minimum Visual Studio Code version to `1.103.2`
24+
- Update MicroPthon stubs to `1.26.0` stable (Thanks to @Josverl)
25+
- Changed `toggle()` to `value()` in README example (#280 by @FunDeckHermit)
26+
1327
## [4.2.2] - 2025-03-27
1428

1529
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Works with:
2929

3030
## Requirements
3131

32-
* [Visual Studio Code v1.92.1 or newer](https://code.visualstudio.com/Download)
32+
* [Visual Studio Code v1.103.2 or newer](https://code.visualstudio.com/Download)
3333
* [Python 3.10 or newer](https://www.python.org/downloads/)
3434

3535
* [MicroPython firmware](https://micropython.org/download) flashed onto the Raspberry Pi Pico:
@@ -47,7 +47,7 @@ On most Linux installations the device file of the Pico serial port is owned by
4747

4848
## Getting started
4949

50-
- First of all open a folder and run `> MicroPico > Initialize MicroPico Project` command via `Ctrl+Shift+P` (or the equivalent on your platform) VS Code command palette. This will import stubs for autocompletion and the settings into your project folder. For the autocompletion to work, the extension prompts you (after project configuration) to install recommended extensions mentioned in [\#Requirements](#requirements).
50+
- First of all open a folder and run `> MicroPico > Initialize MicroPico project` command via `Ctrl+Shift+P` (or the equivalent on your platform) VS Code command palette. This will import stubs for autocompletion and the settings into your project folder. For the autocompletion to work, the extension prompts you (after project configuration) to install recommended extensions mentioned in [\#Requirements](#requirements).
5151

5252
- Have the onboard LED flashing in under 5 minutes:
5353

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "MicroPico",
44
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico boards running MicroPython firmware.",
5-
"version": "4.2.2",
5+
"version": "4.3.0",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico#readme",

0 commit comments

Comments
 (0)