diff --git a/WPILibInstaller-Avalonia/ViewModels/VSCodePageViewModel.cs b/WPILibInstaller-Avalonia/ViewModels/VSCodePageViewModel.cs index 2b6ae7f..58e9209 100644 --- a/WPILibInstaller-Avalonia/ViewModels/VSCodePageViewModel.cs +++ b/WPILibInstaller-Avalonia/ViewModels/VSCodePageViewModel.cs @@ -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"; }