- 💬 Autocomplete users and projects
- 🗒️ List accepted diffs with build status
- 🔔 Notify about ready to land diffs
Install options for vscode-phabricator:
- Download from the marketplace
- Install from the command line:
code --install-extension christianvuerings.vscode-phabricator - Search for
Phabricatorin the VS Code extensions panel
Run the Phabricator: Set Arcanist editor to VS Code command:
Or run the following on the command line:
arc set-config editor "code --wait"
phabricator.apiToken(*): Generate your phabricator API token: https://phabricator.example.com/settings/user/USERNAME/page/apitokens/phabricator.baseUrl(*): Base URL for the phabricator repo: https://phabricator.example.com/phabricator.diffNotifications: Show notifications when diffs get acceptedphabricator.enableTelemetry: Enable usage data and errors tracking (Google Analytics)
(*) By default the extension uses ~/.arcrc to read in these settings. Only override them when the extension doesn't work.
Publish a new version:
- Update
CHANGELOG.mdand add a new version - Publish with
vsce
npm i -g vsce
vsce publish patch
- Heavily inspired by @jparise's vim-phabricator plugin.

