We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1cf284 + ba86118 commit 05c876cCopy full SHA for 05c876c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "csharp",
3
"publisher": "ms-vscode",
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"description": "C# for Visual Studio Code (powered by OmniSharp).",
6
"displayName": "C#",
7
"author": "Microsoft Corporation",
src/utils.ts
@@ -73,7 +73,7 @@ export function getSupportedPlatform() {
73
return SupportedPlatform.Fedora;
74
case 'opensuse':
75
return SupportedPlatform.OpenSUSE;
76
- case 'rehl':
+ case 'rhel':
77
return SupportedPlatform.RHEL;
78
case 'debian':
79
return SupportedPlatform.Debian;
0 commit comments