From 6ef7ed3da912d311f65aef9e0b0783dcd05a17cf Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Thu, 16 Nov 2023 23:26:26 +0100 Subject: [PATCH] add docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 457aae13..dd5a1c59 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,8 @@ Additionally, 25 packages that include the vscode version of some services (with - Register accessibility helpers - **Workspace trust**: `@codingame/monaco-vscode-workspace-trust-service-override` - Ask user it they trust the current workspace, disable some features if not +- **Extension Gallery**: `@codingame/monaco-vscode-extension-gallery-service-override` + - Support for the VSCode marketplace, it allows to install extensions from the marketplace. Usage: ```typescript