docs: Add documentation for auto_update_extensions (#46130)

Add documentation for the existing `auto_update_extensions` setting that
allows users to toggle auto-updates per extension.

Release Notes:
- N/A

---------

Co-authored-by: Kunall Banerjee <hey@kimchiii.space>
This commit is contained in:
Adrian 2026-01-07 05:12:22 -05:00 committed by GitHub
parent 49e4102351
commit 692bf3087d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,6 +244,26 @@ Define extensions which should be installed (`true`) or never installed (`false`
}
```
## Auto Update extensions
- Description: Define extensions to be autoupdated or manually updated.
- Setting: `auto_update_extensions`
- Default: `null`
**Options**
Define extensions which will be autoupdated (`true`) vs. those that will be manually updated (`false`).
```json [settings]
{
"auto_update_extensions": {
"html": true,
"dockerfile": true,
"docker-compose": false
}
}
```
## Autosave
- Description: When to automatically save edited buffers.