An open API service indexing awesome lists of open source software.

https://github.com/warmthsea/open-terminal-host

vscode plugin
https://github.com/warmthsea/open-terminal-host

server vscode-extension

Last synced: about 2 months ago
JSON representation

vscode plugin

Awesome Lists containing this project

README

          



## Open Terminal Host

Visual Studio Marketplace Version

![screenshots](https://github.com/user-attachments/assets/58c0b3b1-d8e3-48a9-811b-e50216bc5818)

## Download

[marketplace.visualstudio/open-terminal-host](https://marketplace.visualstudio.com/items?itemName=warmthsea.open-terminal-host)

## Getting started

### `.vscode/settings.json`
``` json
{
"openTerminalHost.script": "npm run dev"
}
```
**You can customize it, the above is just the default settings.**

## License

[MIT](./LICENSE.md) License © 2025 [warmthsea](https://github.com/warmthsea)