Skip to content

Commit

Permalink
Select tarballs for VSCode on Linux ARM (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Jan 11, 2025
1 parent b563694 commit 9794d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WPILibInstaller-Avalonia/ViewModels/VSCodePageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private async Task SelectVsCodeFunc()
var currentPlatform = PlatformUtils.CurrentPlatform;
String extension;

if (currentPlatform == Platform.Linux64)
if (currentPlatform == Platform.Linux64 || currentPlatform == Platform.LinuxArm64)
{
extension = "tar.gz";
}
Expand Down

0 comments on commit 9794d95

Please sign in to comment.