Skip to content

Commit 13d83da

Browse files
committed
Revert user alias change in shell integration ps1
1 parent e47b69a commit 13d83da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,3 @@ function Set-MappedKeyHandlers {
100100
}
101101

102102
Set-MappedKeyHandlers
103-
104-
# Send aliases to the terminal
105-
$result = $(Get-Alias | Select-Object Name, Definition)
106-
$resultStr = Out-String -InputObject $result
107-
$resultStr = Set-Serialized($resultStr)
108-
[Console]::Write("`e]633;P;UserAliases=$resultStr`a")
109-
110-

0 commit comments

Comments
 (0)