From e406eb4844e641a0d961d98c45f3f95de2b5f479 Mon Sep 17 00:00:00 2001 From: Saransh Saini Date: Tue, 21 Jan 2025 23:27:08 -0800 Subject: [PATCH 1/2] fix --- CodeiumVS/SettingsPage.cs | 6 +++--- CodeiumVS/source.extension.vsixmanifest | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CodeiumVS/SettingsPage.cs b/CodeiumVS/SettingsPage.cs index f4b80e0..7d4caa6 100644 --- a/CodeiumVS/SettingsPage.cs +++ b/CodeiumVS/SettingsPage.cs @@ -143,9 +143,9 @@ public int IndexingMaxWorkspaceSize } [Category("Codeium")] - [DisplayName("Files to Index List Path")] + [DisplayName("Directoies to Index List Path")] [Description( - "Complete path to a .txt file that contains a line separated list of file paths to index. Leave blank to index full solution.")] + "Absolute path to a .txt file that contains a line separated list of absolute paths of directories to index.")] public string IndexingFilesListPath { get { @@ -158,7 +158,7 @@ public string IndexingFilesListPath [Category("Codeium")] [DisplayName("Index Open Files")] [Description( - "Complete path to a .txt file that contains a line separated list of file paths to index. Leave blank to index full solution.")] + "Codeium will attempt to parse the project files that the files open upon IDE startup belong to.")] public bool IndexOpenFiles { get diff --git a/CodeiumVS/source.extension.vsixmanifest b/CodeiumVS/source.extension.vsixmanifest index 68615b1..68b1eb0 100644 --- a/CodeiumVS/source.extension.vsixmanifest +++ b/CodeiumVS/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Codeium The modern coding superpower: free AI code acceleration plugin for your favorite languages. Type less. Code more. Ship faster. https://www.codeium.com From a07f7f9d79e5d04e256a42d00970a585c0beee3c Mon Sep 17 00:00:00 2001 From: Saransh Saini Date: Tue, 21 Jan 2025 23:29:27 -0800 Subject: [PATCH 2/2] typo --- CodeiumVS/SettingsPage.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CodeiumVS/SettingsPage.cs b/CodeiumVS/SettingsPage.cs index 7d4caa6..d3115a5 100644 --- a/CodeiumVS/SettingsPage.cs +++ b/CodeiumVS/SettingsPage.cs @@ -143,9 +143,9 @@ public int IndexingMaxWorkspaceSize } [Category("Codeium")] - [DisplayName("Directoies to Index List Path")] + [DisplayName("Directories to Index List Path")] [Description( - "Absolute path to a .txt file that contains a line separated list of absolute paths of directories to index.")] + "Absolute path to a .txt file that contains a line separated list of absolute paths of directories to index. Requires restart.")] public string IndexingFilesListPath { get { @@ -158,7 +158,7 @@ public string IndexingFilesListPath [Category("Codeium")] [DisplayName("Index Open Files")] [Description( - "Codeium will attempt to parse the project files that the files open upon IDE startup belong to.")] + "Codeium will attempt to parse the project files that the files open upon IDE startup belong to. Requires restart.")] public bool IndexOpenFiles { get