constructor()

in vscToTm.js [37:40]


    constructor({ tmThemeDefaultSettings, vscThemeColors }) {
        this.tmThemeDefaultSettings = tmThemeDefaultSettings;
        this.vscThemeColors = vscThemeColors;
    }