-
Notifications
You must be signed in to change notification settings - Fork 511
PowerShell Extension 2020.4.0 Crashes VS Code during load #2638
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
Similar problem here: #2526 (comment) |
FWIW, I had the same set installed on my personal rig WITHOUT Symantec Endpoint Protection (Same Windows version, same VS Code and PowerShell extension version) and I did not encounter the issue. This is only happening on PowerShell extension, as other extensions I installed (e.g. C/C++ and Python) worked just fine with my workstation laptop. |
What if you try and start with PowerShell 5.1 x86 @tonsanchez? To do that on my computer I can edit "$env:AppData\Code\User\settings.json" and set the default powershell version with: "powershell.powerShellDefaultVersion": "Windows PowerShell (x86)" I run with very little delay running x86, and even faster with PowerShell 7.0. The crippling delay is only from PowerShell 5.1 x64 on my boxes. |
@tonsanchez if Symantec has any sort of logs that you can retrieve, that would be greatly appreciated. There's something we ship/do that it and other AVs don't like and I wanna know what it is. |
I tried this and Visual Studio Code was able to load the extension.
I tried doing the same process (prior to the above workaround) to trigger any log entries in SEP, but no luck - as I have limited privileges on my workstation. |
@tonsanchez it sounds like our problems are probably the same. Are you running Avecto/BeyondTrust on the workstation you are having problems with? I'm wondering if the problem doesn't lay there. Here's another case of this problem with someone running Avecto: #2066 |
Thanks everyone I am going mark this as a duplicate of #2526 |
That's right. My workstation laptop is also running Avecto/BeyondTrust. |
This issue has been marked as duplicate and has not had any activity for 1 day. It has been closed for housekeeping purposes. |
System Details
Issue Description
Fresh installed everything, right after launching VS Code and searched for PowerShell in Marketplace. Installing it crashes VS Code (I needed to force it to close and manually deleting the extension folder in %userprofile%.vscode to be able to launch VS Code properly).
Logs
The text was updated successfully, but these errors were encountered: