Skip to content

Commit 6efed49

Browse files
committed
Moved known issues
1 parent 0b1ee58 commit 6efed49

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Breaking Changes
3+
- name: Breaking changes and known issues
44
url: https://github.com/paulober/Pico-W-Go/blob/main/CHANGELOG.md
5-
about: Functionality that has changed significantly between versions of Pico-Go.
5+
about: Functionality that has changed significantly between versions of Pico-W-Go or known issues.
66
- name: Intellisense, Auto-complete and Linting Issues
77
url: https://github.com/paulober/Pico-W-Stub/issues
88
about: These belong in the Pico-W-Stub project rather than Pico-W-Go.

CHANGELOG.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,36 @@ All notable changes to the "pico-w-go" extension will be documented in this file
44

55
>_Based on structure recommendations from [Keep a Changelog](http://keepachangelog.com/)._
66
7+
## 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.
10+
11+
---
12+
713
## [Unreleased]
814

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

1117
## [2.0.6] - 2022-09-08
12-
### Known issues
13-
- 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
14-
- 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.
1518

1619
### Changed
1720
- Updated stubs as of Firmware v1.19.1-378 unstable for the rp2 Pico-W board
1821
- Fixed SyntaxError in deleteAllFiles command
1922

2023
## [2.0.5] - 2022-09-07
21-
### Known issues
22-
- 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
23-
- 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.
2424

2525
### Changed
2626
- Updated stubs as of Firmware v1.19.1-375 unstable for the rp2 Pico-W board
2727

2828
## [2.0.4] - 2022-09-06
29-
### Known issues
30-
- 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
31-
- 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.
3229
### Changed
3330
- Fixes constantly crashing terminal on linux
3431

3532
## [2.0.3] - 2022-09-05
36-
### Known issues
37-
- 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
38-
- 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.
3933
### Changed
4034
- Fixed linting of builtin python features.
4135

4236
## [2.0.0] - 2022-09-04
43-
### Known issues
44-
- 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
45-
- 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.
4637

4738
### Added
4839
- Following dependencies:

0 commit comments

Comments
 (0)