https://github.com/eclipse-cdt-cloud/vscode-websocket-adapter
vscode websocket adapter
https://github.com/eclipse-cdt-cloud/vscode-websocket-adapter
Last synced: 11 months ago
JSON representation
vscode websocket adapter
- Host: GitHub
- URL: https://github.com/eclipse-cdt-cloud/vscode-websocket-adapter
- Owner: eclipse-cdt-cloud
- License: epl-2.0
- Created: 2023-04-17T14:50:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T09:53:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T10:52:01.142Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://open-vsx.org/extension/eclipse-cdt/websocket-adapter
- Size: 832 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# WebSocket Debug Adapter
VS Code Debug Adapter for WebSockets
## Server
See the example in the `server` folder for running a remote server to connect to.
## Client
Build this extension using `yarn`.
Run this extension in a desktop extension host (Run And Debug > Desktop Extension).
-or-
Run this extension in https://vscode.dev using:
```bash
yarn serve
```
And then side-load the extension (CTRL+P > Developer: Install Extension from Location...).
Open the test-workspace folder and start the `WebSocket` or `Raw Socket` debug session.
## Architecture