omnisharp: Change to stdio release

This commit is contained in:
Richard Kuhnt 2019-05-27 12:03:55 +02:00
parent 6f6332515a
commit 2219889da5

View File

@ -1,16 +1,16 @@
{ {
"homepage": "http://www.omnisharp.net", "homepage": "http://www.omnisharp.net",
"description": "a .NET development platform based on roslyn workspaces", "description": "A .NET development platform based on roslyn workspaces",
"version": "1.32.19", "version": "1.32.19",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x64.zip", "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp-win-x64.zip",
"hash": "86806a3ac552da12c843eb29e92f9ec4bdf4606b80794edb88ef483d3387dfae" "hash": "fd477c65d9cc6a716bf35e26027a683cb4d3f3fcb251ec3699d786c2f3d6a4a8"
}, },
"32bit": { "32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x86.zip", "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp-win-x86.zip",
"hash": "502fc39472137c86aaa0010abc91c46d0c35e685d56ebdc1b90bb673172c86ec" "hash": "5c57ec4febf8eb6f8092b7ce95fb96066c35b52d0bba382a423f0c998a94271e"
} }
}, },
"bin": "omnisharp.exe", "bin": "omnisharp.exe",
@ -20,10 +20,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip" "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip" "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"
} }
} }
} }