mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
Fix VSCode not blocking in edit_command_buffer
This commit is contained in:
@@ -50,7 +50,7 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
|
||||
else if contains $basename joe ee
|
||||
set -a editor +$line $f
|
||||
else if contains $basename code code-oss
|
||||
set -a editor --goto $f:$line:$col
|
||||
set -a editor --goto $f:$line:$col --wait
|
||||
else
|
||||
set -a editor $f
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user