Ask Your Question
2

What is the process for configuring the VS Code Live Server extension to utilize Firefox Developer on Linux?

asked 2023-05-07 16:40:16 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-07 17:09:02 +0000

bukephalos gravatar image
  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.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-07 16:40:16 +0000

Seen: 9 times

Last updated: May 07 '23