You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a problem with the PowerShell preview and the powershell.debugging.createTemporaryIntegratedConsole setting. When using this, the terminal opens and then immediately closes with a popup from VS Code that it has exited with code 1. I have used screen recording to capture the error: Start-EditorServices: The process cannot access the file 'c:\Users\corbob\.vscode-insiders\extensions\ms-vscode.powershell-preview-2019.12.0\logs\...\StartEditorServices.log' because it is being used by another process. Eventually VS Code will indicate that it didn't launch successfully.
When working with the stable extension and stable VS Code the issue does not exist.
Expected Behaviour
Temporary console should load and debug the script.
System Details
System Details Output
VS Code Insiders with PowerShell Preview:
VS Code with PowerShell extension:
Issue Description
I am experiencing a problem with the PowerShell preview and the
powershell.debugging.createTemporaryIntegratedConsole
setting. When using this, the terminal opens and then immediately closes with a popup from VS Code that it has exited with code 1. I have used screen recording to capture the error:Start-EditorServices: The process cannot access the file 'c:\Users\corbob\.vscode-insiders\extensions\ms-vscode.powershell-preview-2019.12.0\logs\...\StartEditorServices.log' because it is being used by another process.
Eventually VS Code will indicate that it didn't launch successfully.When working with the stable extension and stable VS Code the issue does not exist.
Expected Behaviour
Temporary console should load and debug the script.
Actual Behaviour
Terminal closes.
Attached Logs
TemporaryDebugger.zip
The text was updated successfully, but these errors were encountered: