Open lucmann opened 3 months ago
Describe the bug Not sure if this is a bug, maybe only occurs in my environment. I would greatly appreciate if someone could give me a hint.
with simple and quick tests,
:r !echo hello
:r !pwd
:r !sed -n '31,41p' a.txt
To Reproduce Steps to reproduce the behavior:
:r !date
Expected behavior read the output of date
date
Screenshots If applicable, add screenshots to help explain your problem. If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings. Vim.log
Environment (please complete the following information):
Additional context Start VSCode from WSL2 Ubuntu 23.04 terminal via code .
code .
Describe the bug Not sure if this is a bug, maybe only occurs in my environment. I would greatly appreciate if someone could give me a hint.
with simple and quick tests,
:r !echo hello
everything is fine:r !pwd
nothing is read into the editor but not hanging:r !sed -n '31,41p' a.txt
dittoTo Reproduce Steps to reproduce the behavior:
:r !date
in normal mode and press Enter keyExpected behavior read the output of
date
Screenshots If applicable, add screenshots to help explain your problem. If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings. Vim.log
Environment (please complete the following information):
Additional context Start VSCode from WSL2 Ubuntu 23.04 terminal via
code .