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
fortenforge and thedemons authored Dec 15, 2023
1 parent 23fb91c commit 2e15fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeiumVS/LanguageServer/LanguageServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public async Task PrepareAsync()
catch (Exception)
{
await Package.LogAsync("Failed to get extension base url");
extensionBaseUrl = "https://github.com/Exafunction/codeium/releases/download";
}
}
Metadata.extension_version = languageServerVersion;
Expand Down

0 comments on commit 2e15fed

Please sign in to comment.