Open
Description
As a followup to #1392, the chromium
extension-runner should be able to map the extension's source dir with the assigned extension id, so that reloadExtensionBySourceDir
can identify and reload only the extension installed from the given source dir (currently it reload all of installed extensions by internally calling reloadAllExtensions
).
See #1392 (comment) for additional details about how we may achieve the sourceDir <-> extensionId
mapping for the chromium
extension-runner.