VSCode Shortcut.com (Formerly Clubhouse.io)A extension that adds shortcut.com integration with VSCode, the purpose of this extension is to use all the great features of Shortcut without ever needing to leave the code editor. This means developers can spend more time coding, and less time moving/maintaining stories.
Getting startedTo use this extension you will need to provide a shortcut.com api key, you can generate one here https://app.shortcut.io/settings/account/api-tokens This api key is stored locally in VSCode and is never shared with the outside world. Commands
SettingsWorkplace slug This is the slug of the workplace you are working in, this can be found in the url of the shortcut.com website, for example if your url is Branch Format This option enables you to change the default branch format when creating new branch, there are a couple of variable that can be added to the branch name which will automatically be replaced with the corresponding data in shortcut, these are the values that are currently supported:
Here is an example branch format:
Working on this extensionTo work on the extension locally, open this proejct in VSCode and press F5. This will open up a new instance of VSCode with the extension loaded. Running Github Actions locallyInstall act and run the following command
|