fix: too early setup on initial extension access (#1601)

This commit is contained in:
fdschmidt93
2021-12-27 17:55:43 +01:00
committed by GitHub
parent 88437804e1
commit 3dafcb419b
3 changed files with 17 additions and 11 deletions

View File

@@ -610,6 +610,8 @@ telescope.register_extension({mod}) *telescope.register_extension()*
telescope.load_extension({name}) *telescope.load_extension()*
Load an extension.
- Notes:
- Loading triggers ext setup via the config passed in |telescope.setup|
Parameters: ~