From 084d01b5f052e5baeef5c7f8ed75d95a61940e9c Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Wed, 31 Dec 2025 23:00:36 +0100 Subject: [PATCH] docs: Fix project-wide diagnostic command in `configuring-languages.md` (#45905) Release Notes: - N/A --------- Co-authored-by: Finn Evers --- docs/src/configuring-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuring-languages.md b/docs/src/configuring-languages.md index 9185b679063a7e6c4d5026a6df448f8ac24f0a8b..65c8c7da81506a2844ef039a132a1af0c4767ec1 100644 --- a/docs/src/configuring-languages.md +++ b/docs/src/configuring-languages.md @@ -462,4 +462,4 @@ Zed provides intelligent code completion suggestions as you type. You can manual ### Diagnostics -Language servers provide real-time diagnostics (errors, warnings, hints) as you code. View all diagnostics for your project using the `diagnostics: Toggle` command. +Language servers provide real-time diagnostics (errors, warnings, hints) as you code. View all diagnostics for your project using the {#action diagnostics::Deploy} command.