Skip to content

Commit

Permalink
Update LanguageServer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
fortenforge authored Mar 2, 2024
1 parent 85f6d46 commit cf80664
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 @@ -48,7 +48,7 @@ public async Task InitializeAsync()
{
await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync();

string ideVersion = "1.8.0";
string ideVersion = "17.0", locale = "en-US";

try
{
Expand Down

0 comments on commit cf80664

Please sign in to comment.