https://github.com/stevearc/pair-ls-vscode
VS Code extension for pair-ls
https://github.com/stevearc/pair-ls-vscode
Last synced: about 2 months ago
JSON representation
VS Code extension for pair-ls
- Host: GitHub
- URL: https://github.com/stevearc/pair-ls-vscode
- Owner: stevearc
- License: mit
- Created: 2022-03-16T22:25:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T17:47:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T01:44:33.872Z (about 2 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pair-ls
VS Code extension for pair-ls
See the main [pair-ls](https://github.com/stevearc/pair-ls) repo for how it
works and configuration options.## Settings
| Option | Default | Description |
| -------------------- | ----------------------- | -------------------------------- |
| `pair-ls.executable` | packaged with extension | Path to the `pair-ls` executable |
| `pair-ls.flags` | `lsp -port 8080` | CLI args to pass to `pair-ls` |## Commands
These commands are provided to the command palette
| Command | Description |
| --------------------------- | ----------------------------------------------- |
| Pair-ls: Start | Start pair-ls in your current session |
| Pair-ls: Stop | Stop pair-ls |
| Pair-ls: Create share url | Create a URL to share your session using WebRTC |
| Pair-ls: Connect with token | Connect to a WebRTC client using a token |