Skip to content

Commit

Permalink
support for arm64 maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
fortenforge committed Sep 7, 2024
1 parent 8aff8c7 commit 374d734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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.82";
private string _languageServerVersion = "1.8.81";

private int _port = 0;
private System.Diagnostics.Process _process;
Expand Down
3 changes: 3 additions & 0 deletions CodeiumVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.5.5, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.5.5,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />
Expand Down

0 comments on commit 374d734

Please sign in to comment.