-
Notifications
You must be signed in to change notification settings - Fork 491
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
Crash "Errors caught while waiting for EditorServicesHost to complete execution" between two conflicting file #1453
Comments
Hi @MayPLaY, thanks for opening an issue. My first guess is that EditorServices doesn't like the hashes in the path. I've opened an issue in the EditorServices repo to track this. |
Hey! To add on top of the logs I already gave you, I got a lot of crash with this kind of message too, it's getting hard working with the terminal. In case that help!
|
@MayPLaY I've been doing some work in this area and released some fixes for it in the last release. Are you still experiencing this issue? |
@rjmholt Looks pretty good to me so far, haven't been able to reproduce it at all. I'll open a new issue if it ever comes back. Thanks a lot. |
Issue Description
Hi, I'm currently experimenting with Powershell DSC, and I have problem working with both my configuration script file and my configuration data file open at the same time.
Configuration Script = DSQ_INSTALL_IIS.ps1
Configuration Data = VmTest.psd1
I changed my service log to "powershell.developer.editorServicesLogLevel": "Diagnostic" to see what the problem was.
My powershell terminal is crashing throwing this error at the very moment I'm trying to type something :
Here is what I did :
1 - Open only DSQ_INSTALL_IIS.ps1, no problem working in it.
2 - Open only VmTest.psd1, no problem working in it.
3 - Open DSQ_INSTALL_IIS.ps1, then VmTest.psd1.
4 - Working in VmTest.psd1 while both files open is fine
5 - Working in DSQ_INSTALL_IIS.ps1 while both files open make the extension crash.
6 - Closing and reopen vscode with both open at the same time doesn't make it any better.
I attached logs and files.
Thank you !!
Attached Logs
Issue.zip
Environment Information
Visual Studio Code
PowerShell Information
Visual Studio Code Extensions
Visual Studio Code Extensions(Click to Expand)
The text was updated successfully, but these errors were encountered: