-
Notifications
You must be signed in to change notification settings - Fork 510
Interacting With Integrated Terminal Causes VSCode to Stop Working #2389
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
I can provide screenshots and videos if needed because it's a really weird issue to explain. Really my only work around for now is to just completely avoid using the integrated console which is.... Unfortunate. |
Interesting, I seem to be facing a very similar problem. Since the update to the 2019.12.0 preview I find the extension completely unusable and it locks the VSCode UI completely until the timeout on waiting for the language service occurs. The problem does not occur in the 2019.12.0 stable In the logs I can only see the following:
The session file entry in the log is unclear - the file PSES-VSCode-16392-752007 does get created and is readable.
So the question is what is actually not readable? Maybe the pipes? Could there be something specific on my system that prevents the extension to create the pipes? When the timeout occurs the vscode UI is unlocked but the extension fails to start properly :( Previous version worked very well for me. Were there any significant changes that could have introduced such a problem? VSCode : Best Regards, |
Thanks for the info! Can you also attach the logs here so we can get a better idea of what's going on? If you're using the PowerShell Preview extension, can you also attach the payload logs? |
Hi all, I can provide the logs, but unfortunately not the payload logs. Don`t know why, but despite using powershell-preview-2019.12.0 the parameter specified in the docs is not recognized and it also seems to do nothing as the Powershell Editor Services is not visible in the dropdown list in Output tab. [Edit] |
logs.zip |
By the logs I see that we have two different cases, where the significant difference is how the Powershell Editor Services are loaded. In the preview version of the extension it is a dll binary while in stable version it is still a psm1 powershell module. @TylerLeonhardt should I open a separate issue for the preview version? |
@RatliffCam @tlisiecki thanks for providing this information, no need to open another issue as this looks to be the same issue as #2377 thanks! |
This issue has been marked as duplicate and has not had any activity for 1 day. It has been closed for housekeeping purposes. |
Issue Type: Bug
Whenever I launch VScode, it works as expected. As soon as I even click on the integrated terminal, I can no longer:
I'm sure there's more, this is just what i've noticed the most. It seems like most of vscode just stops responding or gets stuck in an infinite loop or something.
Whenever this problem happens, a loading bar will start dragging across whatever part of VSCode I just invoked. For example, if I try to open a new file in the editor, a new tab with the file's name will be created but the editor will be completely blank and the blue bar will be dragging across the editor. The same happens for the issues described with the panels, etc as well.
I've narrowed it down to the powershell extension, all other extensions are disabled.
Extension version: 2019.12.0
VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:58:56.166Z)
OS version: Windows_NT x64 10.0.18363
System Info
flash_3d: disabled_software
flash_stage3d: disabled_software
flash_stage3d_baseline: disabled_software
gpu_compositing: disabled_software
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: disabled_off
rasterization: disabled_software
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: disabled_software
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
The text was updated successfully, but these errors were encountered: