skip to Main Content

I ran a project(html) it opened on chrome but the problem is when I try to open another project (html) it shows "Server already running in different workspace" help me run different projects at the same time in vs code.

2

Answers


  1. You can use extensions like Live Server, and you can install as many of them as you like. As long as they don’t use the same port, you can have multiple projects running.
    Furthermore, since you’re using HTML, you don’t actually need a server to view it in the browser. You can simply drag and drop your .html file into the browser, and it will display.vscode extension live server

    Login or Signup to reply.
  2. Why dont you just use a Localhost like Xampp? There you can run multiple Projects at once.

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