public start()

in vscode-extension/src/powershell.ts [20:25]


    public start(): void {
        this.powershell = new shell({
            executionPolicy: 'Bypass',
            noProfile: true
        });
    }