We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b4528 commit 47c3a4eCopy full SHA for 47c3a4e
src/PowerShellEditorServices/Session/Capabilities/DscBreakpointCapability.cs
@@ -93,7 +93,7 @@ public static DscBreakpointCapability CheckForCapability(
93
powerShell.AddCommand("Import-Module");
94
powerShell.AddArgument(@"C:\Program Files\DesiredStateConfiguration\1.0.0.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psd1");
95
powerShell.AddParameter("PassThru");
96
- powerShell.AddParameter("ErrorAction", "SilentlyContinue");
+ powerShell.AddParameter("ErrorAction", "Ignore");
97
98
PSObject moduleInfo = null;
99
0 commit comments