SimplySerial icon indicating copy to clipboard operation
SimplySerial copied to clipboard

VSCode Plugin

Open fasteddy516 opened this issue 6 years ago • 2 comments

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 avatar Jun 02 '19 05:06 fasteddy516

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.

fasteddy516 avatar Apr 04 '21 18:04 fasteddy516

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

YDX-2147483647 avatar Mar 17 '23 10:03 YDX-2147483647