We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 054f712 + 1fbd1c1 commit d62a098Copy full SHA for d62a098
scripts/Start-EditorServices.ps1
@@ -181,7 +181,7 @@ function Get-AvailablePort {
181
182
# Add BundledModulesPath to $env:PSModulePath
183
if ($BundledModulesPath) {
184
- $env:PSMODULEPATH = $env:PSMODULEPATH + [System.IO.Path]::PathSeparator + $BundledModulesPath
+ $env:PSModulePath = $env:PSModulePath + [System.IO.Path]::PathSeparator + $BundledModulesPath
185
}
186
187
# Check if PowerShellGet module is available
0 commit comments