Skip to content

Commit

Permalink
Backport PR jupyterlab#15542: Fix jupyter labextension watch --help
Browse files Browse the repository at this point in the history
  • Loading branch information
akx authored and meeseeksmachine committed Dec 19, 2023
1 parent 54f7667 commit 81ee1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyterlab/labextensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ class WatchLabExtensionApp(BaseExtensionApp):
)

aliases = {
"development": "BuildLabExtensionApp.development",
"source-map": "BuildLabExtensionApp.source_map",
"core-path": "BuildLabExtensionApp.core_path",
"core-path": "WatchLabExtensionApp.core_path",
"development": "WatchLabExtensionApp.development",
"source-map": "WatchLabExtensionApp.source_map",
}

def run_task(self):
Expand Down

0 comments on commit 81ee1b5

Please sign in to comment.