The variable contribution should be implemented to register custom variables.

interface VariableContribution {
    registerVariables(variables): void;
}

Implemented by

Methods