From 2d10298240fa45f0628fd679a730fc8d86ccf319 Mon Sep 17 00:00:00 2001 From: Peiyao Zhao <105847726+zhaopy536@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:20:47 +0800 Subject: [PATCH] Update monaco-editor.md Add peek to the Monaco usage --- doc/devdocs/common/monaco-editor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/devdocs/common/monaco-editor.md b/doc/devdocs/common/monaco-editor.md index 77d2211cfd..e121ec4a03 100644 --- a/doc/devdocs/common/monaco-editor.md +++ b/doc/devdocs/common/monaco-editor.md @@ -9,6 +9,7 @@ Monaco is the text editor that powers Visual Studio Code. In PowerToys, Monaco i Monaco is primarily used in: - Registry Preview module - For editing registry files - File Preview handlers - For syntax highlighting when previewing code files +- Peek module - For preview a file ## Technical Implementation