-
Notifications
You must be signed in to change notification settings - Fork 510
powershell.developer.powerShellExePath set to null by default #1745
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
Hmm, that setting is deprecated - replaced by To tell why the extension crashes we really need the other logs. Can you revert your settings to the |
with the most recent update i coundn't reproduce the error. |
Closing this given it doesn't repro in the latest update. |
I'm receiving the same error on latest version:
|
Thanks for the info! Can you also attach the logs here so we can get a better idea of what's going on? |
Sure! Version: 1.33.0 (system setup) Diagnostic logs:
Verbose logs:
|
Obrigado! 🙂 (I like the Portuguese stack trace) Do you have any UNC paths in your folder? |
Yes, it's a symbolic link to a network path. I have used like this since the begining. The folder in my PC is: C:\PowerShell PS: Now that you mention it, I've tried to open a script on my OneDrive and the error did not happened. |
Ah. Then that is #1830 |
So I just have to wait for the next update? |
Yep, we're working to get it out within the next week :) |
No problem! Keep up with the great work! VSCode is the best |
Working now that the PowerShell extension was updated to version 1.12.1. |
System Details
Windows 10 Pro for Workstations Version 1809 (Windows_NT x64 10.0.17763)
1.30.2 (user setup)
$PSVersionTable
Log:
Before:
After
Issue Description
My VSCode Powershell extension language server was contantly crashing, after setting the loglevel to Diagnostic i was able to determine that the powershell.developer.powerShellExePath property was set to null, therefore generating an error. Despite connecting to the language server without the powerShellExePath set, it constantly crashes.
Expected Behaviour
Value set by default, bot causing the language server to crash
The text was updated successfully, but these errors were encountered: