Skip to content

Commit 89f0192

Browse files
committed
Added #8 to known issues
1 parent a45a912 commit 89f0192

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ All notable changes to the "pico-w-go" extension will be documented in this file
1010
- Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board
1111

1212
## [2.0.3] - 2022-09-05
13+
### Known issues
14+
- 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
15+
- 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.
1316
### Changed
1417
- Fixed linting of builtin python features.
1518

1619
## [2.0.0] - 2022-09-04
1720
### Known issues
1821
- 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
22+
- 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.
1923

2024
### Added
2125
- Following dependencies:

0 commit comments

Comments
 (0)