MCPcopy
hub / github.com/haydenbleasel/ultracite / EditorFileTarget

Interface EditorFileTarget

packages/cli/src/editors.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type EditorId = (typeof options.editorConfigs)[number];
5
6export interface EditorFileTarget {
7 displayName: string;
8 editorIds: EditorId[];
9 id: EditorId | "universal";
10 path: string;
11 promptLabel: string;
12 representativeEditorId: EditorId;
13}
14
15const buildPromptLabel = (path: string, editorNames: string[]) => {
16 if (editorNames.length > 1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…