Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 992 Bytes

settings.md

File metadata and controls

42 lines (25 loc) · 992 Bytes

Settings

  • liveServer++.port: Customize Port Number of your Live Server++. If you want random port number, set it as 0.

    • Default value is 5555.


  • liveServer++.root: relative path from workspace.

    • Example: ./sub_folder1/sub_folder2. Now sub_folder2 will be root of the server.

    • Default value is "./".(The Workspace Root).


  • liveServer++.browser: To change your system's default browser.

    • Default value is default. (It will open your system's default browser.)
    • Available Options :
      • null
      • default
      • chrome
      • firefox
      • microsoft-edge
    • Set null if you don't want to open browser.

    Not enough? need more? open an/a issue/pull request on github.


  • liveServer++.indexFile: : Path to the entry point file.

    • Default: "index.html"

  • liveServer++.timeout: : Delay before live reloading. Value in milliseconds.

    • Default: 300