Skip to content

Commit

Permalink
Update CodeiumVS/LanguageServer/LanguageServer.cs
Browse files Browse the repository at this point in the history
Co-authored-by: thedemons <[email protected]>
  • Loading branch information
chunhualiu and thedemons authored Dec 26, 2023
1 parent 65d0cab commit 960a433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeiumVS/LanguageServer/LanguageServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public async Task SignOutAsync()
private async Task GetLanguageServerInfoAsync()
{
string extensionBaseUrl = (_package.SettingsPage.ExtensionBaseUrl.Equals("") ? "https://github.com/Exafunction/codeium/releases/download"
: _package.SettingsPage.ExtensionBaseUrl);
: _package.SettingsPage.ExtensionBaseUrl.Trim().TrimEnd('/'));

if (_package.SettingsPage.EnterpriseMode)
{
Expand Down

0 comments on commit 960a433

Please sign in to comment.