Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PhabricatorNew to Visual Studio Code? Get it now.
Phabricator

Phabricator

Christian Vuerings

|
4,722 installs
| (2) | Free
Phabricator support in VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Phabribator Extension for VSCode

Visual Studio Marketplace Version Visual Studio Marketplace Installs GitHub Workflow Status

Features

  • 💬 Autocomplete users and projects
  • 🗒️ List accepted diffs with build status
  • 🔔 Notify about ready to land diffs
Username & project autocompletion in VSCode

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:

Username & project autocompletion in VSCode

Or run the following on the command line:

arc set-config editor "code --wait"

Configure

  • 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 accepted
  • phabricator.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

Publish a new version:

  1. Update CHANGELOG.md and add a new version
  2. Publish with vsce
npm i -g vsce
vsce publish patch

Acknowledgements

  • Heavily inspired by @jparise's vim-phabricator plugin.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft