We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47b69a commit 13d83daCopy full SHA for 13d83da
src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1
@@ -100,11 +100,3 @@ function Set-MappedKeyHandlers {
100
}
101
102
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