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.
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
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 serverWhy dont you just use a Localhost like Xampp? There you can run multiple Projects at once.