diff --git a/README.md b/README.md index c72b7ca84..daad8e679 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/master/C * Windows (64-bit only) * macOS * Ubuntu 14.04 / Linux Mint 17 / Linux Mint 18 / Elementary OS 0.3 - * Ubuntu 16.04 / Elementary OS 0.4 / Arch + * Ubuntu 16.04 / Elementary OS 0.4 / Arch / Zorin OS 12 * Ubuntu 16.10 * Debian 8.2 * CentOS 7.1 / Oracle Linux 7 diff --git a/src/platform.ts b/src/platform.ts index 006657c35..f19289f1c 100644 --- a/src/platform.ts +++ b/src/platform.ts @@ -265,6 +265,11 @@ export class PlatformInformation { const ubuntu_16_10 = 'ubuntu.16.10-x64'; switch (distributionName) { + case 'Zorin OS': + if (distributionVersion === "12") { + return ubuntu_16_04; + } + break; case 'ubuntu': if (distributionVersion === "14.04") { // This also works for Linux Mint