We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb7cc8 commit 5700921Copy full SHA for 5700921
src/PowerShellEditorServices/Session/Capabilities/DscBreakpointCapability.cs
@@ -94,7 +94,7 @@ public static DscBreakpointCapability CheckForCapability(
94
95
// Attempt to import the updated DSC module
96
powerShell.AddCommand("Import-Module");
97
- powerShell.AddArgument(@"${env:ProgramFiles}\DesiredStateConfiguration\1.0.0.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psd1");
+ powerShell.AddArgument(@"C:\Program Files\DesiredStateConfiguration\1.0.0.0\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.psd1");
98
powerShell.AddParameter("PassThru");
99
powerShell.AddParameter("ErrorAction", "Ignore");
100
0 commit comments