We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8332d0 + 4f70a62 commit 167c86cCopy full SHA for 167c86c
scripts/Start-EditorServices.ps1
@@ -133,7 +133,7 @@ function Get-AvailablePort {
133
134
# Add BundledModulesPath to $env:PSModulePath
135
if ($BundledModulesPath) {
136
- $env:PSMODULEPATH = $BundledModulesPath + [System.IO.Path]::PathSeparator + $env:PSMODULEPATH
+ $env:PSMODULEPATH = $env:PSMODULEPATH + [System.IO.Path]::PathSeparator + $BundledModulesPath
137
}
138
139
# Check if PowerShellGet module is available
0 commit comments