pester / vscode-adapter

Run PowerShell Pester Tests with Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancel button does not show up when refresh is running

JustinGrote opened this issue · comments

private refreshHandler(token: CancellationToken) {
this.handleRunCancelled(token, 'refreshHandler')
log.info("VSCode requested a refresh. Re-initializing the Pester Tests extension")

According to Connor it should work:
microsoft/vscode-discussions#688 (comment)

Appears to be fixed now after Multi-Root Workspace rewrite