Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1005 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 1005 Bytes

Arctia for Cider

Cider's official Visual Studio Code Extension implementation for playback management and information.

Installation

  1. Update Cider and Visual Studio Code to the latest version.
  2. Enable external connectivity by opening Settings > Connectivity > External Applications and turning on the WebSockets API and the RPC Server.
  3. Close and reopen Cider.
  4. Get the VSIX extension file from the Releases page of this repository.
  5. Install the extension in VS Code by navigating to Extensions > 3-dot menu > Install from VSIX... or by executing the Extensions: Install from VSIX... command in the Command Palette.

Contributing

  1. Fork Arctia for Cider!
  2. Create your improvement branch: git checkout -b improvement-1
  3. Make your changes.
  4. Commit your changes: git commit -am 'Added a new feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request!