You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
code -v
1.19.2
490ef761b76b3f3b3832eff7a588aac891e5fe80
x64
$pseditor.EditorServicesVersion
<null>
code --list-extensions --show-versions
ms-vscode.PowerShell@1.5.1
$PSVersionTable
Name Value
---- -----
PSVersion 5.1.14393.1944
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.1944
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Somehow after installation of VS Code I don't EditorServices installed, for example launching psedit ending up with "can not find program" error. Folders are present with services
@artisticcheese Can you confirm that you were trying to use psedit via the Integrated Console and not the default powershell console that ships with vscode?
System Details
Windows 2016 1607
1.19.2
1.5.1
$PSVersionTable
:Name Value
PSVersion 5.1.14393.1944
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.1944
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Somehow after installation of VS Code I don't EditorServices installed, for example launching
psedit
ending up with "can not find program" error. Folders are present with servicesBut get-module does not find them (returns null)
Looks like result that VScode does not add that folder to $env:PSModulepath
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
The text was updated successfully, but these errors were encountered: