From 4d58921f993aa396a3bc186f721f88415b0650a8 Mon Sep 17 00:00:00 2001 From: Keerthana Panyam Date: Wed, 2 Jul 2025 14:25:59 -0400 Subject: [PATCH 1/2] incorrect key binding for edit mode --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index f9e65f1..c695ce3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -56,7 +56,7 @@ def sorting_algorithm(x): With Granite.Code it is possible to make code changes by giving editing instructions to the Granite models. An easy way to try this is to edit a code section: 1. In the editor, highlight the code you want to change. -2. Use the **Command+E** / **Ctrl+E** keyboard shortcut to add the code section to the prompt and switch to edit mode. +2. Use the **Command+I** / **Ctrl+I** keyboard shortcut to add the code section to the prompt and switch to edit mode. 3. Describe how you want the code to be changed, then press return or click the **⏎ Enter** button. You can try this with the code section below: From d059e577672ddef84b4a5017226b68bdfa8c3679 Mon Sep 17 00:00:00 2001 From: Keerthana Panyam Date: Mon, 7 Jul 2025 10:58:46 -0400 Subject: [PATCH 2/2] typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6928e72..0bc34ce 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ Granite.Code is an coding assistant for VS Code. It makes use of the [Granite family of AI models](https://www.ibm.com/granite) to provide a high quality AI assistant experience, while providing full control over privacy and information sharing. To achieve this, Granite.Code downloads and runs Granite models locally, so that no data is shared with other parties. -Granite.Code can be installed as a VS Code extension: ee [setup](https://docs.granitecode.github.io/setup) to get started. +Granite.Code can be installed as a VS Code extension: See [setup](https://docs.granitecode.github.io/setup) to get started. ## Get in Touch