Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsls-contrib/counter
A sample VS Code extension that shows how to add new collaborative features to Live Share
https://github.com/vsls-contrib/counter
Last synced: 2 months ago
JSON representation
A sample VS Code extension that shows how to add new collaborative features to Live Share
- Host: GitHub
- URL: https://github.com/vsls-contrib/counter
- Owner: vsls-contrib
- Created: 2019-06-15T23:39:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T06:50:46.000Z (over 1 year ago)
- Last Synced: 2024-05-18T16:32:23.246Z (8 months ago)
- Language: TypeScript
- Homepage: https://aka.ms/vsls
- Size: 158 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-liveshare - Sample Extension - A simple, collaborative counter extension, which illustrates how to synchronize custom state between participants in a Live Share session (Resources / Extensibility SDKS)
README
# Live Share Counter
[![](https://aka.ms/vsls-badge)](https://aka.ms/vsls)
Live Share Counter is a sample Visual Studio Code extension, that adds a collaborative counter to the Live Share `Session Details` view. It's meant to illustrate how to use the [Live Share SDK](https://npmjs.com/vsls), in order to synchronize custom state between participants in a collaboration session.