-
Notifications
You must be signed in to change notification settings - Fork 233
Save the last used end of line #952
Comments
Thank you for your advice. Do you have more details? |
No, I don't know how to implement this, I just know many extensions use the settings.json to store such users preferences. |
What do you mean the last use end of line? is it the selection after click |
Yes this is what I mean: when I want to send text to my connected device, I always have to make sure the end of line is the right one because each time I restart vscode the line ending is set back "No line ending" and not the one I usually use (ex: Newline). If my choice was saved in settings.json, then each time vscode would restart, it will automatically set the end of line to the one I want (ex: Newline and not "No line ending") I also have to make sure the end of line is the right after I have to "restart extension host" because I unplugged a device connected to serial monitor without closing the serial monitor first (by the way. that would be great if there was a way to prevent the crashing of "extension host" in this case but this is another issue). |
I issued a pull request (baud_fix) that covers this. Also you to set this before opening the serial monitor. Hope they accept it in to the main branch soon. |
Arduino extension 0.3.0 has been released. It removed the selection of ending line and use new line with |
I don't understand how to select a line ending other than |
Please add a way to save the last used end of line so we don't have to select it again each time. One way of doing could be via settings.json
Thanks!
The text was updated successfully, but these errors were encountered: