From f236501b1d03ef0f83482ee7c274b36c4734ba2e Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Fri, 5 Apr 2024 21:44:25 +0200 Subject: [PATCH] chore: add docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 619db1ee..91f4375b 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,8 @@ Additionally, several packages that include the VSCode version of some services - Update detection, release notes... - **Localization** - Register callbacks to update the display language from the VSCode UI (either from the `Set Display Language` command or from the extension gallery extension packs) +- **Secret Storage** + - Storage of secrets for extensions, will store by default in-memory. You can pass a custom implementation as part of the workbench construction options when initializing monaco services (under `secretStorageProvider`). Usage: