Skip to content

Commit 05c876c

Browse files
Merge pull request #543 from DustinCampbell/fix-rhel-installation
Fix Red Hat installation of OmniSharp
2 parents d1cf284 + ba86118 commit 05c876c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function getSupportedPlatform() {
7373
return SupportedPlatform.Fedora;
7474
case 'opensuse':
7575
return SupportedPlatform.OpenSUSE;
76-
case 'rehl':
76+
case 'rhel':
7777
return SupportedPlatform.RHEL;
7878
case 'debian':
7979
return SupportedPlatform.Debian;

0 commit comments

Comments
 (0)