From 793b423d90a74a6d5052fae4e6b3d8676147f704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?se=C3=A1n=20patrick=20john=20paul=20george=20ringo=20doran?= Date: Fri, 30 Aug 2024 10:15:15 -0600 Subject: [PATCH] Update vsc-extension-quickstart.md (#486) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update vsc-extension-quickstart.md 📝 Add Mac's menu hierarchy to get to the Theme switcher * fix location * use same desciption as in docs --------- Co-authored-by: Martin Aeschlimann --- .../app/templates/ext-colortheme/vsc-extension-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/ext-colortheme/vsc-extension-quickstart.md b/generators/app/templates/ext-colortheme/vsc-extension-quickstart.md index 0051b880..d6d56073 100644 --- a/generators/app/templates/ext-colortheme/vsc-extension-quickstart.md +++ b/generators/app/templates/ext-colortheme/vsc-extension-quickstart.md @@ -9,7 +9,7 @@ ## Get up and running straight away * Press `F5` to open a new window with your extension loaded. -* Open `File > Preferences > Color Themes` and pick your color theme. +* Open the color theme picker with the `File > Preferences > Theme > Color Theme` menu item, or use the `Preferences: Color Theme command (Ctrl+K Ctrl+T)` and pick your theme * Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Developer: Inspect Editor Tokens and Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac). ## Make changes