constructor()

in extension.js [39:43]


    constructor() {
        this.name = 'promptV3Features';
        this.config = vscode.workspace.getConfiguration('atomKeymap');
        this.hasPrompted = this.config.get(this.name) || false;
    }