Skip to content

christianvuerings/vscode-phabricator

Repository files navigation

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

(*) 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