MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / AddModeOptions

Interface AddModeOptions

src/cm/modelist.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type LanguageExtensionProvider = () => Extension | Promise<Extension>;
4
5export interface AddModeOptions {
6 aliases?: string[];
7 filenameMatchers?: RegExp[];
8}
9
10export interface ModesByName {
11 [name: string]: Mode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected