Phabribator Extension for VSCode
Features
- 💬 Autocomplete users and projects
- 🗒️ List accepted diffs with build status
- 🔔 Notify about ready to land diffs
Install
Install options for vscode-phabricator :
- Download from the marketplace
- Install from the command line:
code --install-extension christianvuerings.vscode-phabricator
- Search for
Phabricator in the VS Code extensions panel
Prerequisites
Set Arcanist editor to VS Code
Run the Phabricator: Set Arcanist editor to VS Code command:
Or run the following on the command line:
arc set-config editor "code --wait"
(*) By default the extension uses ~/.arcrc to read in these settings. Only override them when the extension doesn't work.
Publish
Publish a new version:
- Update
CHANGELOG.md and add a new version
- Publish with
vsce
npm i -g vsce
vsce publish patch
Acknowledgements
| |