Skip to content

Commit

Permalink
Update Settings and Description Texts (#158)
Browse files Browse the repository at this point in the history
Fix Descriptions
  • Loading branch information
saranshsaini authored Jan 22, 2025
1 parent a979eda commit 0657063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CodeiumVS/SettingsPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CodeiumVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Codeium.VisualStudio" Version="1.8.96" Language="en-US" Publisher="Codeium" />
<Identity Id="Codeium.VisualStudio" Version="1.8.97" Language="en-US" Publisher="Codeium" />
<DisplayName>Codeium</DisplayName>
<Description xml:space="preserve">The modern coding superpower: free AI code acceleration plugin for your favorite languages. Type less. Code more. Ship faster.</Description>
<MoreInfo>https://www.codeium.com</MoreInfo>
Expand Down

0 comments on commit 0657063

Please sign in to comment.