-
Notifications
You must be signed in to change notification settings - Fork 511
'PowerShellEditorServices' was not loaded because no valid module file was found in any module directory. #812
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 @aru-kun, sorry for the delay! This issue is caused by using an out of date install of PowerShell Core. I'd recommend updating to the latest version, 6.0.0-beta.2. Let me know if that fixes the issue for you! |
Problem fixed! |
No problem, thanks for confirming! |
@aru-kun This same thing is now happening for me, on version 6.0.0-beta.2 of the PowerShell Core extension for the Visual Studio Code app. Same error message that you (@aru-kun) provided, except the version of PowerShellEditorServices it's expecting is v1.3.2. Operating System Name & Version: Mac OS Sierra 10.12.5
|
@tmongero Based on your $PSVersionTable output, you seem to be using |
Hey @daviwil -- was at the tail-end of the day yesterday, but I could have sworn I had the 6.0.0-beta.2 version installed. Anyhow, I upgraded to the latest version, rebooted my system, but the issue still persists. See new output of
It also looks like the Powershell extensions for the Visual Studio Code app was updated today, to Thanks! |
@tmongero I had the same error you had on Mac 10.12. I followed this link and did like the article said, I removed the old powershell using the |
System Details
$PSVersionTable
:Name Value
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.10
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Hello,
I started getting this error whenever I start up VS Code with the PowerShell extension:
Attached Logs
The text was updated successfully, but these errors were encountered: