Skip to content

Commit 0da5fe7

Browse files
committed
note root:/ paths break lsp and singletons
1 parent 3c27c10 commit 0da5fe7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/guide/introduction.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ A specific configuration can be picked using the `--config` or `-c` argument to
2424
Configs located at other paths outside XDG standard, including raw qml files,
2525
can be run with `--path` or `-p`.
2626

27+
> [!CAUTION]
28+
> Many users use root imports, in the form `import "root:/path/to/module"`. These are an old
29+
> Quickshell feature that will break the LSP and singletons. Keep that in mind if you decide
30+
> to use them.
31+
>
32+
> A replacement without these issues is planned.
33+
2734
## Creating Windows
2835

2936
Quickshell has two main window types available:

0 commit comments

Comments
 (0)