You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,45 +4,36 @@ All notable changes to the "pico-w-go" extension will be documented in this file
4
4
5
5
>_Based on structure recommendations from [Keep a Changelog](http://keepachangelog.com/)._
6
6
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
+
7
13
## [Unreleased]
8
14
9
15
- Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board
10
16
11
17
## [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.
15
18
16
19
### Changed
17
20
- Updated stubs as of Firmware v1.19.1-378 unstable for the rp2 Pico-W board
18
21
- Fixed SyntaxError in deleteAllFiles command
19
22
20
23
## [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.
24
24
25
25
### Changed
26
26
- Updated stubs as of Firmware v1.19.1-375 unstable for the rp2 Pico-W board
27
27
28
28
## [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.
32
29
### Changed
33
30
- Fixes constantly crashing terminal on linux
34
31
35
32
## [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.
39
33
### Changed
40
34
- Fixed linting of builtin python features.
41
35
42
36
## [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.
0 commit comments