mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Leverage cache in tide-project-root advise
This commit is contained in:
@ -120,4 +120,4 @@ prioritize project-local packages over global ones."
|
||||
(or tide-project-root
|
||||
(or (locate-dominating-file default-directory "tsconfig.json")
|
||||
(locate-dominating-file default-directory "jsconfig.json"))
|
||||
(doom-project-root 'nocache)))
|
||||
(doom-project-root)))
|
||||
|
Reference in New Issue
Block a user