From b35db02dde1f1e12f86ce96b4d5e686d0c35b15f Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Fri, 4 Nov 2016 15:25:55 -0700 Subject: [PATCH] Add Mono OmniSharp --- package.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 543883c..b525ec6 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,7 @@ { "description": "Mono Framework Assemblies", "url": "https://omnisharpdownload.blob.core.windows.net/ext/framework-4.6.1.zip", + "installPath": "./bin", "platforms": [ "darwin", "linux" @@ -100,8 +101,6 @@ "description": "OmniSharp (.NET 4.6 / x86)", "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-x86-1.9-beta19.zip", "platforms": [ - "darwin", - "linux", "win32" ], "architectures": [ @@ -116,8 +115,6 @@ "description": "OmniSharp (.NET 4.6 / x64)", "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-x64-1.9-beta19.zip", "platforms": [ - "darwin", - "linux", "win32" ], "architectures": [ @@ -128,6 +125,18 @@ "./bin/run" ] }, + { + "description": "OmniSharp (Mono)", + "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.9-beta19.zip", + "installPath": "./bin", + "platforms": [ + "darwin", + "linux" + ], + "binaries": [ + "./run" + ] + }, { "description": ".NET Core Debugger (Windows / x64)", "url": "https://vsdebugger.azureedge.net/coreclr-debug-1-5-0/coreclr-debug-win7-x64.zip",