From 3c27c1018c0c41aa98cdce7234ca6d0688e0acbc Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 4 Jul 2025 18:40:10 -0700 Subject: [PATCH] note root imports can't be used with LSP --- src/guide/install-setup.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guide/install-setup.mdx b/src/guide/install-setup.mdx index 2f6b8a2..b9bd132 100644 --- a/src/guide/install-setup.mdx +++ b/src/guide/install-setup.mdx @@ -178,6 +178,7 @@ We are aware of the following issues: and usages of Singleton members may show a warning. We're still investigating this problem and how to fix it. - The LSP cannot provide any documentation for Quickshell types. +- `root:` imports cannot be resolved by the LSP. Keeping in mind the above caveats, qmlls should be able to guide you towards a more correct code should you choose to use it.