Skip to content

Commit

Permalink
Merge pull request #233 from paulober/develop
Browse files Browse the repository at this point in the history
Patch v3.8.2
  • Loading branch information
paulober authored Jun 22, 2024
2 parents 1e1f182 + 3c0ec15 commit 5fbe6c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.8.0] / [3.8.1] - 2024-06-22
## [3.8.0] / [3.8.1] / [3.8.2] - 2024-06-22

### Added
- Stubs auto-install feature to install selected stubs for a first opened project if not present
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pico-w-go",
"displayName": "MicroPico",
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
"version": "3.8.1",
"version": "3.8.2",
"publisher": "paulober",
"license": "MPL-2.0",
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ find . -name "*.vsix" -type f | while read -r package_path; do
# Publish the VSCode extension to the VSCode Marketplace
npx @vscode/vsce publish --packagePath "$package_path"
# Publish the VSCode extension to the Open VSX Registry
npx ovsx publish "$package_path" -p "$OVSX_PAT"
#npx ovsx publish "$package_path" -p "$OVSX_PAT"
done

0 comments on commit 5fbe6c0

Please sign in to comment.