Skip to content

Commit 9a222c5

Browse files
authored
Merge pull request #146 from paulober/develop
Patch v3.3.3
2 parents 5e18f13 + 2c38581 commit 9a222c5

File tree

8 files changed

+96
-83
lines changed

8 files changed

+96
-83
lines changed
File renamed without changes.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

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

1111
---
1212

13+
## [3.3.3] - 2023-10-16
14+
15+
# Changed
16+
- Fixes an issue concerning multiline vREPL inputs
17+
- Some minor improvemements
18+
1319
## [3.3.2] - 2023-10-16
1420

1521
# Changed

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: 3 additions & 2 deletions
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 (W) with MicroPython firmware.",
5-
"version": "3.3.2",
5+
"version": "3.3.3",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
@@ -340,7 +340,8 @@
340340
"**/.DS_Store",
341341
"**/project.pico-go",
342342
"**/env",
343-
"**/venv"
343+
"**/venv",
344+
"**/.venv"
344345
],
345346
"order": 8
346347
},

0 commit comments

Comments
 (0)