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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: BRANCHNOTES.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,11 @@ I will list every supporter here, thanks!
97
97
* Proper interactive serial terminal (this is the second major show stopper in my opinion)
98
98
* Command history option
99
99
* From https://github.com/microsoft/vscode-arduino/issues/463#issuecomment-583846263 and following:
100
-
*allow input on the serial monitor in a convenient way - ie just type and hit return, just like the Arduino IDE
101
-
*have the serial monitor window NOT keep turning off autoscroll (there is a separate ticket for this)
102
-
*have the option of the serial monitor and/or compile window auto clear each time the sketch is compiled
103
-
*Plus there is the annoying default where the compile runs in verbose mode and we have to manually edit config files to turn off the trace output
104
-
*Plus plus... Is there a way to automatically select the right serial port?
100
+
*Allow input on the serial monitor in a convenient way - ie just type and hit return, just like the Arduino IDE
101
+
*Have the serial monitor window NOT keep turning off autoscroll (there is a separate ticket for this)
102
+
*Have the option of the serial monitor and/or compile window auto clear each time the sketch is compiled
103
+
*There is the annoying default where the compile runs in verbose mode and we have to manually edit config files to turn off the trace output
104
+
* Is there a way to automatically select the right serial port?
105
105
* Oh and one more. I want the serial output and perhaps compile windows to be undocked or at least I want them to sit to the right of my code window but they seem rigidly stuck at the bottom of the screen.
106
106
* And I would probably prioritize ease of use over better editing/intelligence.
107
107
* Being able to set baud rate within monitor
@@ -112,8 +112,6 @@ I will list every supporter here, thanks!
112
112
*[CLI](https://serialport.io/docs/guide-cli)
113
113
*[API](https://serialport.io/docs/guide-usage)
114
114
* write a [debugger extension](https://code.visualstudio.com/api/extension-guides/debugger-extension) with a [mock](https://github.com/Microsoft/vscode-mock-debug) which communicates with the serial
115
-
116
-
Plus plus... Is there a way to automatically select the right serial port?
117
115
* Lots of redundant code
118
116
* e.g. "upload is a superset of "verify"
119
117
* general lack of modularity - the above is the result
0 commit comments