Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Conversation

@tuanbass
Copy link
Contributor

@tuanbass tuanbass commented Feb 3, 2023

Seemed that projects module is loaded after telescope module . So Telescope cannot load the project extension

The behavior occurs randomly (possibly because of asynchronous module loading mechanism - just guess, I did'n read these code yet ).

  table.insert(doom.features.telescope.settings.extensions, "projects")

The better way is explicit load the extension in projects module. I think it's safe because of :

projects.requires_modules = { "features.telescope" }

@tuanbass tuanbass force-pushed the hotfix/telescope-project branch from 050cdde to fe32162 Compare February 3, 2023 09:12
@robclancy
Copy link

It just doesn't work for me at all, no command found. Including when I do Telescope projects manually. Tried your version here too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants