Holds variable-names to command id mappings (e.g. Provided by specific plugins / extensions) see "variables": https://code.visualstudio.com/api/references/contribution-points#contributes.debuggers

interface CommandIdVariables {
    [id: string]: string;
}

Indexable

[id: string]: string