Shared connection utilities for talking to Photoshop's UXP runtime via Adobe DevTools + CDP.
pnpm add @bubblydoo/uxp-devtools-common
import { setupDevtoolsConnection } from '@bubblydoo/uxp-devtools-common';
const connection = await setupDevtoolsConnection('/absolute/path/to/plugin');
console.log(connection.url); // ws://... CDP URL
@adobe-fixed-uxp/*) and wraps the Vulcan handshake needed to load/debug a plugin.fake-plugin folder used by tools that need a valid UXP target even when you do not have a plugin project ready.