Search code examples
visual-studio-codeterminalliveserver

I run live-server in terminal, how do I write more commands after this...?


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


Solution

  • 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).