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
- Host: GitHub
- URL: https://github.com/warmthsea/open-terminal-host
- Owner: warmthsea
- License: mit
- Created: 2025-02-12T07:38:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T06:17:15.000Z (over 1 year ago)
- Last Synced: 2026-03-01T22:50:20.920Z (4 months ago)
- Topics: server, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=warmthsea.open-terminal-host
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Open Terminal Host

## 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)