Skip to content

Commit d9903e8

Browse files
committed
v2.1.2
1 parent 6371203 commit d9903e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ All notable changes to the "pico-w-go" extension will be documented in this file
1616
- Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board
1717
- Mounting the MicroPython filesystem into VS Code as a remote workspace.
1818

19+
## [2.1.2] - 2022-10-31
20+
21+
### Changed
22+
- Stubs hotfix v1.19.1-594-1 unstable
23+
1924
## [2.1.1] - 2022-10-27
2025

2126
### Changed

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": "Pico-W-Go",
44
"description": "Autocompletion and a REPL console for the Raspberry Pi Pico (W).",
5-
"version": "2.1.1",
5+
"version": "2.1.2",
66
"publisher": "paulober",
77
"license": "SEE LICENSE IN LICENSE.md",
88
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",

0 commit comments

Comments
 (0)