You can reload your WebExtension using the command "Firefox: Reload add-on" (extension.firefox.reloadAddon)from the VS Code command palette.The WebExtension will also be reloaded when you restart the debugging session, unless you have setreloadOnAttach to false.You can also use the reloadOnChange property to let VS Code reload your WebExtension automaticallywhenever you change a file.
firefoxExecutable: The absolute path to the Firefox executable or the name of a Firefox edition(stable, developer or nightly) to look for in its default installation path. If not specified,this extension will look for both stable and developer editions of Firefox; if both are available,it will use the developer edition. You can also override this property in your settings (see below).
760c119bf3