Linux system terminal open software solutions VScode unresponsive

Recently opened VScode software, I found suddenly use the code in a terminal, VScode not responding:

Here Insert Picture Description
Some online methods Baidu, combined with their understanding of the linux
solution:

  1. Use the top command to view the existing server process:
    Here Insert Picture Description
  2. View server's own kind of process user name, found VSCode process is running, should belong to the state of stuck, so use the kill command to kill the process
    using the kill -9 process ID
    Here Insert Picture Description
  3. Use the code command which can re-open VScode
    Here Insert Picture Description
Published 105 original articles · won praise 71 · views 40000 +

Guess you like

Origin blog.csdn.net/vivid117/article/details/104710336