From 7fb802f22dadc3ed81bee99317cea053ee407c73 Mon Sep 17 00:00:00 2001 From: Rahul Sridhar Date: Fri, 24 May 2024 16:51:14 -0700 Subject: [PATCH] release 1.8.40 --- CodeiumVS/LanguageServer/LanguageServer.cs | 8 ++++---- CodeiumVS/source.extension.cs | 2 +- CodeiumVS/source.extension.vsixmanifest | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CodeiumVS/LanguageServer/LanguageServer.cs b/CodeiumVS/LanguageServer/LanguageServer.cs index 511c59a..430c58a 100644 --- a/CodeiumVS/LanguageServer/LanguageServer.cs +++ b/CodeiumVS/LanguageServer/LanguageServer.cs @@ -26,7 +26,7 @@ namespace CodeiumVS; public class LanguageServer { private string _languageServerURL; - private string _languageServerVersion = "1.8.25"; + private string _languageServerVersion = "1.8.40"; private int _port = 0; private System.Diagnostics.Process _process; @@ -328,7 +328,7 @@ await _package.LogAsync( progressDialog.EndWaitDialog(); (progressDialog as IDisposable)?.Dispose(); - if (e.Error == null) await StartAsync(true); + if (e.Error == null) await StartAsync(); } /// @@ -394,7 +394,7 @@ public async Task PrepareAsync() if (File.Exists(binaryPath)) { - await StartAsync(true); + await StartAsync(); return; } @@ -665,7 +665,7 @@ private void LSP_OnExited(object sender, EventArgs e) _port = 0; _process = null; Controller.Disconnect(); - ThreadHelper.JoinableTaskFactory.RunAsync(async delegate { await StartAsync(true); }) + ThreadHelper.JoinableTaskFactory.RunAsync(async delegate { await StartAsync(); }) .FireAndForget(true); } diff --git a/CodeiumVS/source.extension.cs b/CodeiumVS/source.extension.cs index 1fd5bb5..6784dd2 100644 --- a/CodeiumVS/source.extension.cs +++ b/CodeiumVS/source.extension.cs @@ -11,7 +11,7 @@ internal sealed partial class Vsix public const string Name = "Codeium"; public const string Description = @"The modern coding superpower: free AI code acceleration plugin for your favorite languages. Type less. Code more. Ship faster."; public const string Language = "en-US"; - public const string Version = "1.8.23"; + public const string Version = "1.8.40"; public const string Author = "Codeium"; public const string Tags = ""; } diff --git a/CodeiumVS/source.extension.vsixmanifest b/CodeiumVS/source.extension.vsixmanifest index 9f4f6dd..dc96780 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