Error Inside Visual Studio Code

I tryed it on 2 computer both gives this error.

connect ENOENT \.\pipe\xvmirqrzryck

Tool: Visual Studio Code 1.5.1, PowerShell Module
Version: 5.16.13

Can you please provide the logs from the Output pane for PowerShell Pro Tools?

03/11/2020 22:05:19 [NORMAL] - Visual Studio Code v1.50.1 64-bit
03/11/2020 22:05:19 [NORMAL] - PowerShell Extension v2020.6.0
03/11/2020 22:05:19 [NORMAL] - Operating System: Windows 64-bit
03/11/2020 22:05:19 [NORMAL] - Language server starting –
03/11/2020 22:05:19 [NORMAL] - PowerShell executable: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
03/11/2020 22:05:19 [NORMAL] - PowerShell args: -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command Import-Module ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\modules\PowerShellEditorServices\PowerShellEditorServices.psd1’; Start-EditorServices -HostName ‘Visual Studio Code Host’ -HostProfileId ‘Microsoft.VSCode’ -HostVersion ‘2020.6.0’ -AdditionalModules @(‘PowerShellEditorServices.VSCode’) -BundledModulesPath ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\modules’ -EnableConsoleRepl -StartupBanner “=====> PowerShell Integrated Console v2020.6.0 <=====
" -LogLevel ‘Normal’ -LogPath ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\logs\1604437519-7d73103b-2aa4-45dd-a949-91d0c38b484a1604437514131\EditorServices.log’ -SessionDetailsPath ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\sessions\PSES-VSCode-15104-792960’ -FeatureFlags @()
03/11/2020 22:05:19 [NORMAL] - PowerShell Editor Services args: Import-Module ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\modules\PowerShellEditorServices\PowerShellEditorServices.psd1’; Start-EditorServices -HostName ‘Visual Studio Code Host’ -HostProfileId ‘Microsoft.VSCode’ -HostVersion ‘2020.6.0’ -AdditionalModules @(‘PowerShellEditorServices.VSCode’) -BundledModulesPath ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\modules’ -EnableConsoleRepl -StartupBanner “=====> PowerShell Integrated Console v2020.6.0 <=====
" -LogLevel ‘Normal’ -LogPath ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\logs\1604437519-7d73103b-2aa4-45dd-a949-91d0c38b484a1604437514131\EditorServices.log’ -SessionDetailsPath ‘c:\Users\blur.vscode\extensions\ms-vscode.powershell-2020.6.0\sessions\PSES-VSCode-15104-792960’ -FeatureFlags @()
03/11/2020 22:05:19 [NORMAL] - powershell.exe started.
03/11/2020 22:05:19 [NORMAL] - Waiting for session file
03/11/2020 22:05:21 [NORMAL] - Session file found
03/11/2020 22:05:21 [NORMAL] - Registering terminal close callback
03/11/2020 22:05:21 [NORMAL] - Registering terminal PID log callback
03/11/2020 22:05:21 [NORMAL] - powershell.exe PID: 3308
03/11/2020 22:05:21 [NORMAL] - Language server started.
03/11/2020 22:05:21 [NORMAL] - {“status”:“started”,“languageServiceTransport”:“NamedPipe”,“languageServicePipeName”:”\\.\pipe\PSES_nepdlub1.k2q”,“debugServiceTransport”:“NamedPipe”,“debugServicePipeName”:"\\.\pipe\PSES_gktxfcgb.wgv"}
03/11/2020 22:05:21 [NORMAL] - Connecting to language service on pipe \.\pipe\PSES_nepdlub1.k2q…
03/11/2020 22:05:21 [NORMAL] - Language service connected.
03/11/2020 22:05:22 [WARNING] - Invalid Version: null

Starting PowerShell Pro Tools host from: c:\Users\pdrberg.vscode\extensions\ironmansoftware.powershellprotools-5.16.3\out\windows\PowerShellProTools.Host.exe}
Process started
connect

Started to PowerShell Pro Tools process.
Connecting to PowerShell process 3308
Executing command: [System.Reflection.Assembly]::LoadFrom(‘c:\Users\pdrberg.vscode\extensions\ironmansoftware.powershellprotools-5.16.3\out\windows\PowerShellProTools.VSCode.dll’)

Executing command: Import-Module c:\Users\pdrberg.vscode\extensions\ironmansoftware.powershellprotools-5.16.3\out\windows\PowerShellProTools.VSCode.dll

Executing command: $Env:PSModulePath += ‘;c:\Users\pdrberg.vscode\extensions\ironmansoftware.powershellprotools-5.16.3\out\windows…\Modules’

Configuring runspace scheduler.
Executing command:
Get-Runspace | ForEach-Object {
h = .GetType().GetProperty(‘Host’, [System.Reflection.BindingFlags]::Instance -bor [System.Reflection.BindingFlags]::NonPublic).GetValue($)
if (h.Name -eq 'Visual Studio Code Host') { _.Id
}
}

Executing command:
Get-Runspace | ForEach-Object {
h = .GetType().GetProperty(‘Host’, [System.Reflection.BindingFlags]::Instance -bor [System.Reflection.BindingFlags]::NonPublic).GetValue($)
if (h.Name -eq 'Visual Studio Code Host') { _.Id
}
}

Executing command:
Get-Runspace | ForEach-Object {
h = .GetType().GetProperty(‘Host’, [System.Reflection.BindingFlags]::Instance -bor [System.Reflection.BindingFlags]::NonPublic).GetValue($)
if (h.Name -eq 'Visual Studio Code Host') { _.Id
}
}

Executing command:
Get-Runspace | ForEach-Object {
h = .GetType().GetProperty(‘Host’, [System.Reflection.BindingFlags]::Instance -bor [System.Reflection.BindingFlags]::NonPublic).GetValue($)
if (h.Name -eq 'Visual Studio Code Host') { _.Id
}
}

Found VS Code runspace: 5
Executing command:
$RS = Get-Runspace -Id 5
$RS.Events.SubscribeEvent($null, ‘PowerShell.OnIdle’, ‘PowerShell.OnIdle’, $null, {
try {
$Command = [PowerShellProTools.CommandQueue]::GetCommand()
if ($Command)
{
$Results = Invoke-Expression $Command.Value
[PowerShellProTools.CommandQueue]::SetResults($Results, Command) } } catch { [Console]::WriteLine('Error executing PoshTools command: ' + _) }
}, $true, $false)

Scheduling command for main runspace: Import-Module c:\Users\pdrberg.vscode\extensions\ironmansoftware.powershellprotools-5.16.3\out\windows\PowerShellProTools.VSCode.dll -Scope Global

Connected to PowerShell process.