Commit de81cc4
authored
If the user has overridden the Get-Help -Online parameter to always be
true, then calls to Get-Help will always launch a new browser window
to the cmdlet help. Instead, we want it to return the full cmdlet text
as intended, otherwise things like intellisense and tooltips may end
up opening the cmdlet help in a new browser window.
1 parent 2db5fbe commit de81cc4
File tree
1 file changed
+1
-0
lines changed- src/PowerShellEditorServices/Services/PowerShellContext/Utilities
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
0 commit comments