@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Whitelist "vscode://" as an allowed Editor protocol

Summary:
See PHI1647, which asks for "vscode://" to be a configurable protocol on hosted Phacility instances.

I made the configuration editable in D21008, but this can reasonably just come upstream too.

Test Plan: Viewed config in Config, set my editor URI to `vscode://blahblah`.

Differential Revision: https://secure.phabricator.com/D21009

+3
+3
src/applications/config/option/PhabricatorSecurityConfigOptions.php
··· 210 210 // This isn't a standard handler installed by an application, but 211 211 // is a reasonable name for a user-installed handler. 212 212 'editor' => true, 213 + 214 + // This handler is for Visual Studio Code. 215 + 'vscode' => true, 213 216 )) 214 217 ->setSummary(pht('Whitelists editor protocols for "Open in Editor".')) 215 218 ->setDescription(