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
When I start with no profile, there are two errors already in my session:
S C:\Users\Joel\Projects\Modules>$Error| fl *-f
PSMessageDetails :
Exception : System.ArgumentException: Action must be specified for non-forwarded events.
at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)
TargetObject :
CategoryInfo : InvalidArgument: (:) [Register-EngineEvent], ArgumentException
FullyQualifiedErrorId : ACTION_MANDATORY_FOR_LOCAL,Microsoft.PowerShell.Commands.RegisterEngineEventCommand
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at <ScriptBlock>,<No file>: line 6
PipelineIterationInfo : {}
PSMessageDetails :
Exception : System.IO.FileNotFoundException: The specified module 'C:\Program Files\DesiredStateConfiguration\1.0.0.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psd1' was not loaded because
no valid module file was found in any module directory.
TargetObject : C:\Program Files\DesiredStateConfiguration\1.0.0.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psd1
CategoryInfo : ResourceUnavailable: (C:\Program File...figuration.psd1:String) [Import-Module], FileNotFoundException
FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace :
PipelineIterationInfo : {0,1}
This is Windows 10
VS Code Insider 1.11.0-insider
Commit acfe8468e647f6a42c015c47c28610da9aecdce3
Date 2017-03-16T07:46:10.408Z
PowerShell extension 0.10.1
This change prevents RemoteFileManager from registering the psedit
function in any runspace that isn't an original remote runspace (not an
attached process or debugged runspace) since events will only propagate
back from an original session.
FixesPowerShell/vscode-powershell#575.
When I start with no profile, there are two errors already in my session:
This is Windows 10
VS Code Insider 1.11.0-insider
Commit acfe8468e647f6a42c015c47c28610da9aecdce3
Date 2017-03-16T07:46:10.408Z
PowerShell extension 0.10.1
The text was updated successfully, but these errors were encountered: