Skip to content

Instantly share code, notes, and snippets.

@gsaslis
Last active September 28, 2022 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsaslis/335e7b1cd5ecf70927012807f5a0dddc to your computer and use it in GitHub Desktop.
Save gsaslis/335e7b1cd5ecf70927012807f5a0dddc to your computer and use it in GitHub Desktop.
Radicle VS Code Extension

Radicle VS Code Extension

Push / Pull / Sync buttons in Source Control Panel

At the top, next to the Commit button.

Radicle Panel with 3 buttons: Push / Pull / Sync

New panel with Radicle icon in the Primary Sidebar. For now it just has 3 buttons: Push, Pull and Sync.

Command Palette (cmd + shift + p) Radicle actions: Push / Pull / Sync

Every command is prefixed by "Radicle:"

Configuration options in Settings

path to rad binary

No need to have a default option (on all platforms). Match default with radicle installation guide. Attempt to run which rad and if found set output as the value of the field. If path hasn't been set we have to tell the user. (Dismiss / Resolve -> takes you takes you to settings OR (better?) asks for input in the command palette (?) )

Print rad output to Output -> Radicle

Prints output in "Radicle" section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment