Theia API Documentation v1.65.0
    Preparing search index...

    Interface defining properties that can be updated in the customization service

    interface PromptFragmentCustomizationProperties {
        directoryPaths?: string[];
        extensions?: string[];
        filePaths?: string[];
    }
    Index

    Properties

    directoryPaths?: string[]

    Array of directory paths to load templates from

    extensions?: string[]

    Array of file extensions to consider as template files

    filePaths?: string[]

    Array of file paths to treat as templates