Gaunt Sloth Assistant
    Preparing search index...

    Variable CONTENT_PROVIDERSConst

    CONTENT_PROVIDERS: {
        file: "file.js";
        github: "ghPrDiffProvider.js";
        text: "text.js";
    } = ...

    Content providers. Expected to be in .providers/ dir. Aliases are mapped to actual providers in this file

    Type declaration

    • Readonlyfile: "file.js"
    • Readonlygithub: "ghPrDiffProvider.js"
    • Readonlytext: "text.js"