public async restart()

in vscode-extension/src/powershell.ts [120:124]


    public async restart(): Promise<void> {
        process.kill(this.powershell.pid);
        //await this.powershell.dispose();
        await this.start();
    }