Skip to content

Commit

Permalink
wsl: set msId=WLinux for Pengwin, remove unsupported WLinux and add s…
Browse files Browse the repository at this point in the history
…ome missing distribution (IDEA-254998)

WLinux was renamed to Pengwin in WhitewaterFoundry/Pengwin@d971518#diff-29a736e7a9287e0cf285a5547d0344e66eacb524061e1ccdd9fdc104a1c705d7
close JetBrains#1494

GitOrigin-RevId: 96b7d01006e8b615edf6be638b99021ce96076d7
  • Loading branch information
javiersantossanchez authored and intellij-monorepo-bot committed Mar 1, 2021
1 parent 6a3b592 commit ce11279
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,20 @@ final class WSLDistributionService implements PersistentStateComponent<WSLDistri
new WslDistributionDescriptor("OPENSUSE42", "openSUSE-42", "opensuse-42.exe", "openSUSE Leap 42"),
new WslDistributionDescriptor("SLES12", "SLES-12", "sles-12.exe", "SUSE Linux Enterprise Server 12"),
new WslDistributionDescriptor("SLES15", "SLES-15", "sles-15.exe", "SUSE Linux Enterprise Server 15"),
new WslDistributionDescriptor("SLES-15-SP1", "SLES-15-SP1.exe", "SUSE Linux Enterprise Server 15 SP1"),
new WslDistributionDescriptor("SUSE-Linux-Enterprise-Server-15-SP2", "SUSE-Linux-Enterprise-Server-15-SP2.exe", "SUSE Linux Enterprise Server 15 SP2"),
new WslDistributionDescriptor("OPENSUSE15", "openSUSE-Leap-15", "openSUSE-Leap-15.exe", "openSUSE Leap 15"),
new WslDistributionDescriptor("OPENSUSE15-1", "openSUSE-Leap-15-1", "openSUSE-Leap-15-1.exe", "openSUSE Leap 15.1"),
new WslDistributionDescriptor("OPENSUSE15.2", "openSUSE-Leap-15.2", "openSUSE-Leap-15.2.exe", "openSUSE Leap 15.2"),
new WslDistributionDescriptor("UBUNTU", "Ubuntu", "ubuntu.exe", "Ubuntu"),
new WslDistributionDescriptor("UBUNTU1604", "Ubuntu-16.04", "ubuntu1604.exe", "Ubuntu 16.04"),
new WslDistributionDescriptor("UBUNTU1804", "Ubuntu-18.04", "ubuntu1804.exe", "Ubuntu 18.04"),
new WslDistributionDescriptor("UBUNTU2004", "Ubuntu-20.04", "ubuntu2004.exe", "Ubuntu 20.04"),
new WslDistributionDescriptor("WLINUX", "WLinux", "wlinux.exe", "WLinux"),
new WslDistributionDescriptor("PENGWIN", "Pengwin", "pengwin.exe", "Pengwin"),
new WslDistributionDescriptor("Ubuntu-CommPrev", "ubuntupreview.exe", "Ubuntu on Windows Community Preview"),
// WLinux was renamed to Pengwin, but the distribution name is unchanged (https://github.com/WhitewaterFoundry/Pengwin/blob/f8ae3ab1e207cea0dd08f92aa1b3b79f66013916/DistroLauncher/DistributionInfo.h#L16)
new WslDistributionDescriptor("PENGWIN", "WLinux", "pengwin.exe", "Pengwin"),
new WslDistributionDescriptor("PENGWIN_ENTERPRISE", "WLE", "wle.exe", "Pengwin Enterprise"),
new WslDistributionDescriptor("fedoraremix", "fedoraremix.exe", "Fedora Remix for WSL"),
new WslDistributionDescriptor("ARCH", "Arch", "Arch.exe", "Arch Linux")
);

Expand Down

0 comments on commit ce11279

Please sign in to comment.