Skip to content

Commit

Permalink
Merge pull request #116 from paulober/develop
Browse files Browse the repository at this point in the history
Patch v3.2.0
  • Loading branch information
paulober authored Jul 15, 2023
2 parents e2ad5e4 + 2a34bce commit ccede45
Show file tree
Hide file tree
Showing 12 changed files with 901 additions and 323 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"ignorePatterns": [
"out",
"dist",
"**/*.d.ts"
"**/*.d.ts",
"./vscodeUninstall.mjs"
],
"env": {
"node": true,
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"prettier.useTabs": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules\\typescript\\lib"
"typescript.tsdk": "node_modules/typescript/lib"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ All notable changes to the "pico-w-go" extension will be documented in this file

---

## [3.2.0] - 2023-07-15

# Added
- `vscode:uninstall` script to remove Pico-W-Stub after extension gets uninstalled
- `picowgo.rtc.sync` command to sync the Pico's RTC with the host's time
- Fix #29, Add custom when clause context keys

# Changed
- Auto-detected Python3 commands are't automatically saved to global settings anymore to prevent erros when switching between different systems with different python installations and settings sync turned on
- Contributed menu entries are now only shown when the extension is active
- Updated dependencies

## [3.1.2] - 2023-06-22

# Added
Expand Down
Loading

0 comments on commit ccede45

Please sign in to comment.