skip to Main Content

I run live-server in the terminal on VS Code, afterwards I try to write a new command in the terminal but I don’t get any response, what command do I need to write to continue to use the terminal?

I’ve tried writing cd ../

2

Answers


  1. When a server is started there is no solution solution to use the same terminal but you can run another terminal and use it

    Login or Signup to reply.
  2. I assume the shell job is running in the foreground. Either run the shell job in the background (how to do this varies from shell to shell), or just create a new integrated terminal session (see the "+" button in the Terminal Panel of VS Code).

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search