Skip to content

Commit 7398151

Browse files
committed
Merge branch 'develop' into main
2 parents ed76fb8 + 69c699d commit 7398151

File tree

17 files changed

+599
-696
lines changed

17 files changed

+599
-696
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ labels: 'bug'
1616

1717

1818
## Any logs, error output, etc?
19+
*(To get extension logs see Terminal > Output > Protcoll (Extensionhost) and copy output concerning picowgo)*
1920
*(If it’s long, please paste to https://gist.github.com and insert the link here)*
2021

2122

@@ -24,7 +25,7 @@ labels: 'bug'
2425

2526
## Support info
2627

27-
Copy this from the `Help -> Info -> Copy` option in Visual Studio Code:
28+
Copy this from the `Help -> Info/About -> Copy` option in Visual Studio Code:
2829

2930
```
3031
< Paste Here >

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ scripts/**
2020
# instance files
2121
connection_state.json
2222
azure-pipelines.yml
23+
24+
# other
25+
*.vsix

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,32 @@ All notable changes to the "pico-w-go" extension will be documented in this file
55
>_Based on structure recommendations from [Keep a Changelog](http://keepachangelog.com/)._
66
77
## Known issues
8-
- Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly
9-
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first.
8+
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first. (since ever)
9+
- CtrlCOnConnect settings does no rerender "Pico Disconnect" button correctly. Also does not enter repl correctly. Not impact on functionality just UI! (since v2.1.0)
1010

1111
---
1212

1313
## [Unreleased]
1414

1515
- Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board
1616

17+
## [2.1.0] - 2022-09-24
18+
19+
### Added
20+
- Colored terminal output to some message by the extension
21+
22+
### Changed
23+
- Switched to VS Code api PseudoTerminal (pty) instead of the old terminalExec.py fake REPL
24+
- Fixed some naming convention "errors"
25+
26+
### Removed
27+
- terminalExec.py
28+
29+
## [2.0.8] - 2022-09-18
30+
31+
### Changed
32+
- Fixes if you reopen VS Code via desktop or taskbar shortcut i sometimes restores old terminal sessions with then cannot be closed because the close action will always close the now working session.
33+
1734
## [2.0.7] - 2022-09-12
1835

1936
### Changed

0 commit comments

Comments
 (0)