Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 4f6565c

Browse files
elektronikworkshopadiazulay
authored andcommitted
Minor documentation rub
1 parent 40bb52d commit 4f6565c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

BRANCHNOTES.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ I will list every supporter here, thanks!
9797
* Proper interactive serial terminal (this is the second major show stopper in my opinion)
9898
* Command history option
9999
* 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?
105105
* 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.
106106
* And I would probably prioritize ease of use over better editing/intelligence.
107107
* Being able to set baud rate within monitor
@@ -112,8 +112,6 @@ I will list every supporter here, thanks!
112112
* [CLI](https://serialport.io/docs/guide-cli)
113113
* [API](https://serialport.io/docs/guide-usage)
114114
* 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?
117115
* Lots of redundant code
118116
* e.g. "upload is a superset of "verify"
119117
* general lack of modularity - the above is the result

0 commit comments

Comments
 (0)