diff --git a/docs/src/reference/all-settings.md b/docs/src/reference/all-settings.md index 511b4ffa4e1e69..630771c6248363 100644 --- a/docs/src/reference/all-settings.md +++ b/docs/src/reference/all-settings.md @@ -192,6 +192,28 @@ Define extensions which should be installed (`true`) or never installed (`false` } ``` +## Auto Update extensions + +- Description: Disable auto-updates for specific extensions. +- Setting: `auto_update_extensions` +- Default: `{}` + +**Options** + +By default, every installed extension is auto-updated when Zed starts. +Add an extension here with `false` to pin it to its currently installed version. + +```json [settings] +{ + "auto_update_extensions": { + "html": false + } +} +``` + +Selecting **Install Another Version…** from an extension's `⋯` menu on the Extensions +page ({#action zed::Extensions}) does this automatically. + ## Autosave - Description: When to automatically save edited buffers.