From 6b968e01186f46b084049b7a546c015cf3d7a078 Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Wed, 24 Sep 2025 20:41:58 -0400 Subject: [PATCH] Remove the duplicated Global LSP Settings section (#38811) This section [shows up twice](https://zed.dev/docs/configuring-zed#global-lsp-settings) in the documentation. image Release Notes: - N/A Signed-off-by: Remy Suen --- docs/src/configuring-zed.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index d4729078ce4daf264c9cceaab4bc0b66c378512e..1c3074d69269624c09d3566d3d1d0cac52f40ceb 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -1571,22 +1571,6 @@ While other options may be changed at a runtime and should be placed under `sett - Setting: `lsp_highlight_debounce` - Default: `75` -## Global LSP Settings - -- Description: Common language server settings. -- Setting: `global_lsp_settings` -- Default: - -```json -"global_lsp_settings": { - "button": true -} -``` - -**Options** - -`integer` values representing milliseconds - ## Features - Description: Features that can be globally enabled or disabled