Skip to content

Commit 7f2b668

Browse files
committed
v2.1.4
1 parent 4d31c22 commit 7f2b668

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ 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.4] - 2022-12-20
20+
21+
### Changed
22+
- Fixed #37, Fixed #37, Wrong char encoding in 'run current file' operation
23+
- Updated stubs to 'Firmware v1.19.1-780 unstable'
24+
1925
## [2.1.3] - 2022-11-10
2026

2127
### Added

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.3",
5+
"version": "2.1.4",
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)