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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,18 @@ All notable changes to the "pico-w-go" extension will be documented in this file
7
7
## Known issues
8
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
9
- Mounting virtual workspace causes existing vREPLs to freeze so they need to be disposed manually for some reason. (maybe cauaused by vscode)
10
-
-`autoConnect` is currently not working
11
10
12
11
---
13
12
13
+
## [3.0.2] - 2023-04-11
14
+
15
+
# Added
16
+
- AutoConnect feature, the extension now detects disconnects and auto reconnects
0 commit comments