VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
14.01k stars 1.32k forks source link

Editor hangs when executing :r !date in normal mode #9238

Open lucmann opened 3 months ago

lucmann commented 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,

To Reproduce Steps to reproduce the behavior:

  1. Open a file, e.g. xxx.md in Editor
  2. Type :r !date in normal mode and press Enter key
  3. Editor will hang while Explorer is still working fine

Expected 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 .