You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed:
It hungs with the following output: Executing 'nvim "D:\test\Tests\Public\remote.Tests.ps1" +5'...
Checked the code and it seems that it hungs here. Any insights?
How to reproduce:
Create config
$env:EDITOR = "nvim"
# Set the key handler to Invoke-PsFzfRipgrep with Ctrl+g
Set-PSReadlineKeyHandler -Chord 'Ctrl+g' -ScriptBlock {
Invoke-PsFzfRipgrep -searchstring ""
}
Hit "ctrl + g" and select a file to open
Note: Seems to be working if I set the editor to "code"
The text was updated successfully, but these errors were encountered:
Observed:
It hungs with the following output:
Executing 'nvim "D:\test\Tests\Public\remote.Tests.ps1" +5'...
Checked the code and it seems that it hungs here. Any insights?
How to reproduce:
Note: Seems to be working if I set the editor to "code"
The text was updated successfully, but these errors were encountered: