Skip to content

Commit

Permalink
update (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
saranshsaini authored Oct 22, 2024
1 parent fe250bc commit 72bb1e9
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 @@ -26,7 +26,7 @@ namespace CodeiumVS;
public class LanguageServer
{
private string _languageServerURL;
private string _languageServerVersion = "1.8.81";
private string _languageServerVersion = "1.22.6";

private int _port = 0;
private System.Diagnostics.Process _process;
Expand Down

0 comments on commit 72bb1e9

Please sign in to comment.