diff --git a/CodeiumVS/SettingsPage.cs b/CodeiumVS/SettingsPage.cs index f4b80e0..d3115a5 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("Directories 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. Requires restart.")] 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. Requires restart.")] 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