Skip to content

Commit 5fbe6c0

Browse files
authored
Merge pull request #233 from paulober/develop
Patch v3.8.2
2 parents 1e1f182 + 3c0ec15 commit 5fbe6c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to the "MicroPico" extension will be documented in this file
1010

1111
---
1212

13-
## [3.8.0] / [3.8.1] - 2024-06-22
13+
## [3.8.0] / [3.8.1] / [3.8.2] - 2024-06-22
1414

1515
### Added
1616
- Stubs auto-install feature to install selected stubs for a first opened project if not present

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 (W) with MicroPython firmware.",
5-
"version": "3.8.1",
5+
"version": "3.8.2",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ find . -name "*.vsix" -type f | while read -r package_path; do
4141
# Publish the VSCode extension to the VSCode Marketplace
4242
npx @vscode/vsce publish --packagePath "$package_path"
4343
# Publish the VSCode extension to the Open VSX Registry
44-
npx ovsx publish "$package_path" -p "$OVSX_PAT"
44+
#npx ovsx publish "$package_path" -p "$OVSX_PAT"
4545
done

0 commit comments

Comments
 (0)