Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. Install the Live Server extension in VS Code.
  2. Install Firefox Developer edition on your Linux machine.
  3. Open VS Code and open the project folder you want to work on.
  4. Click on the "Go Live" button in the bottom bar to start the Live Server.
  5. After the server starts, a browser window will automatically open in VS Code with the Live Server homepage.
  6. Click on the "Open With Live Server" button in the top right corner of the window.
  7. Click on "Choose Default Browser" in the dialog box that appears.
  8. In the "Choose a Default Browser" dialog box, select "Custom" from the drop-down menu.
  9. In the "Command" field, enter the path to the Firefox Developer edition executable file. For example: /opt/firefox_dev/firefox-bin
  10. In the "Arguments" field, enter the following: -new-window %uri%
  11. Click "Save" to save the configuration.
  12. Now, when you click on the "Open With Live Server" button, your project will be opened in Firefox Developer edition.