You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/editors/introduction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ The language server exposes [some options](/editors/introduction#extension-setti
161
161
162
162
### Use the daemon with the binary
163
163
164
-
Using the binary via CLI is very efficient, although you won't be able to provide [logs](#daemon-logs) to your users. The CLI allows you to bootstrap a daemon and then use the CLI commands through the daemon itself.
164
+
Using the binary via CLI is very efficient, although you won't be able to provide [logs](`#language-server-logs`) to your users. The CLI allows you to bootstrap a daemon and then use the CLI commands through the daemon itself.
165
165
166
166
In order to do so, you first need to start a daemon process with the [`start`](/reference/cli#biome-start) command:
0 commit comments