fasteddy516 / SimplySerial

A windows console application for serial communications.
MIT License
193 stars 23 forks source link

VSCode Plugin #4

Open fasteddy516 opened 5 years ago

fasteddy516 commented 5 years ago

I have no idea what the feasibility of this is, but having an actual VSCode plugin that exposes SimplySerial as its own window/panel/terminal type/whatever without hijacking the standard terminal window would be lovely.

fasteddy516 commented 3 years ago

The 1.55 (March 2021) release of VSCode includes a "Terminal Profiles" feature which makes it pretty easy to add custom terminal types. There is no official API for extensions to automatically add custom terminal types, but that functionality is being explored (see https://github.com/microsoft/vscode/issues/120369). For the time being, I would like to add instructions to the readme that detail how to modify settings.json to add a SimplySerial terminal.

YDX-2147483647 commented 1 year ago

Just FYI: Microsoft released Serial Monitor in 2022 June. However it's a VS Code plugin, not an app for the console.