Cider's official Visual Studio Code Extension implementation for playback management and information.
- Update Cider and Visual Studio Code to the latest version.
- Enable external connectivity by opening
Settings > Connectivity > External Applications
and turning on the WebSockets API and the RPC Server. - Close and reopen Cider.
- Get the VSIX extension file from the Releases page of this repository.
- Install the extension in VS Code by navigating to
Extensions > 3-dot menu > Install from VSIX...
or by executing theExtensions: Install from VSIX...
command in the Command Palette.
- Fork Arctia for Cider!
- Create your improvement branch:
git checkout -b improvement-1
- Make your changes.
- Commit your changes:
git commit -am 'Added a new feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!