-
Notifications
You must be signed in to change notification settings - Fork 510
Perforce extension causes Editor Services to crash #729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ehouarn-perret, thanks for sending along these logs! Can you turn on verbose logging and send the EditorServices.log again? It's missing one key piece of information that will help me fix the issue. |
@daviwil sure, just changed the verbosity, here is below the full content: vscode-powershell.log
EditorServices.log
OnListenTaskCompleted, seems there is an IO issue here, I haven't dug much in the vsc codebase, but on my side I don't think the path (be it the containing folder or the powershell script file itself, is containing any illegal character). |
Thanks a lot! I see the issue now, you're using the Perforce plugin and it's opening a virtual file path that we don't support. I need to get this issue fixed: PowerShell/PowerShellEditorServices#342 |
Nice I almost forget that one, I can actually deactivate the plugin was not really using it. |
Just hit this issue. Work around of disabling perforce plugin worked. |
I believe @tylerl0706 added support for the |
I can confirm that the problem I was having before no longer occurs with the perforce plugin enabled. Thanks for the fix! |
Awesome! Thanks everyone! |
System Details
$PSVersionTable
:Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
code -v
$pseditor.EditorServicesVersion
Display nothing...
code --list-extensions --show-versions
$PSVersionTable
Issue Description
Just open any powershell script
Attached Logs
Follow the instructions in the README
EditorServices.log
vscode-powershell.log
When starting powershell... and with any powershell script be it empty or with a few lines... Im always getting systematically the error below:
Any idea?
The text was updated successfully, but these errors were encountered: