mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-05 04:45:23 +01:00
Merge pull request #211135 from microsoft/tyriar/pwsh5
Make suggest script compatible with pwsh 5
This commit is contained in:
@@ -201,7 +201,7 @@ function Send-Completions {
|
||||
$completionPrefix = $commandLine
|
||||
|
||||
# Get completions
|
||||
$result = "`e]633;Completions"
|
||||
$result = "$([char]0x1b)]633;Completions"
|
||||
if ($completionPrefix.Length -gt 0) {
|
||||
# Get and send completions
|
||||
$completions = TabExpansion2 -inputScript $completionPrefix -cursorColumn $cursorIndex
|
||||
|
||||
Reference in New Issue
Block a user