index.ts 411 B

123456789
  1. /**
  2. * Workspace picker plugin, node half. Pure UI plugin: the empty apply exists
  3. * so the plugin appears in the host cordis.yml / Loader (load and lifecycle
  4. * follow the host; the browser half ships via exports["./client"], discovered
  5. * through the package.json dshClient declaration).
  6. */
  7. /** Host plugin body — no host-side behavior for the workspace picker plugin. */
  8. export function apply(): void {}