Add Mono OmniSharp
This commit is contained in:
Родитель
aacb3c76cf
Коммит
b35db02dde
17
package.json
17
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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче