File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/master/C
3434 * Windows (64-bit only)
3535 * macOS
3636 * Ubuntu 14.04 / Linux Mint 17 / Linux Mint 18 / Elementary OS 0.3
37- * Ubuntu 16.04 / Elementary OS 0.4 / Arch
37+ * Ubuntu 16.04 / Elementary OS 0.4 / Arch / Zorin OS 12
3838 * Ubuntu 16.10
3939 * Debian 8.2
4040 * CentOS 7.1 / Oracle Linux 7
Original file line number Diff line number Diff line change @@ -265,6 +265,11 @@ export class PlatformInformation {
265265 const ubuntu_16_10 = 'ubuntu.16.10-x64' ;
266266
267267 switch ( distributionName ) {
268+ case 'Zorin OS' :
269+ if ( distributionVersion === "12" ) {
270+ return ubuntu_16_04 ;
271+ }
272+ break ;
268273 case 'ubuntu' :
269274 if ( distributionVersion === "14.04" ) {
270275 // This also works for Linux Mint
You can’t perform that action at this time.
0 commit comments