Add watch handling for non-symlinked dynamic extensions #8869
Labels
enhancement
status:resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
tag:Extensions
Projects
Milestone
Problem
Extensions that are installed with
labextension develop
without a symlink currently do not supportwatch
mode.Proposed Solution
labextension watch
, check for asymlink
to the watched directory. If none exists, check for alabextensions
directory. If none exists, bail. If there is alabextensions
directory, set up file system watchers to copy changes to that location from thesrc
directory of the extension in addition to running the localwatch
command.The text was updated successfully, but these errors were encountered: