mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -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
|
else if contains $basename joe ee
|
||||||
set -a editor +$line $f
|
set -a editor +$line $f
|
||||||
else if contains $basename code code-oss
|
else if contains $basename code code-oss
|
||||||
set -a editor --goto $f:$line:$col
|
set -a editor --goto $f:$line:$col --wait
|
||||||
else
|
else
|
||||||
set -a editor $f
|
set -a editor $f
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user