Skip to content

Commit 2348471

Browse files
authored
Merge pull request #3011 from gregg-miskelly/Debugger-1.18.4
Update debugger to 1.18.4
2 parents f7849c8 + 9bc43cd commit 2348471

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
1010
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
1111

12+
## 1.19.1 (Not yet released)
13+
14+
* Updated debugger to work correctly on Linux distributions with openssl 1.1 such as Ubuntu 19.04 ([#3010](https://github.com/OmniSharp/omnisharp-vscode/issues/3010))
15+
1216
## 1.19.0 (April 16, 2019)
1317
* Improved support for .NET Core 3
1418
* Added support for roslyn analyzers, code fixes and rulesets which can be enabled via`omnisharp.enableRoslynAnalyzers` setting.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.19.0",
4+
"version": "1.19.1-beta1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -249,8 +249,8 @@
249249
{
250250
"id": "Debugger",
251251
"description": ".NET Core Debugger (Windows / x64)",
252-
"url": "https://download.visualstudio.microsoft.com/download/pr/bd57f98a-7075-4438-a8b4-73d385fcd92e/025d768beda9e390fd30e5e03853dccd/coreclr-debug-win7-x64.zip",
253-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-3/coreclr-debug-win7-x64.zip",
252+
"url": "https://download.visualstudio.microsoft.com/download/pr/1a81b7f6-0ec7-4daa-a5bd-7a4eea0d618a/aaa3d977f41f306f7be4029de44b1123/coreclr-debug-win7-x64.zip",
253+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-4/coreclr-debug-win7-x64.zip",
254254
"installPath": ".debugger",
255255
"platforms": [
256256
"win32"
@@ -259,13 +259,13 @@
259259
"x86_64"
260260
],
261261
"installTestPath": "./.debugger/vsdbg-ui.exe",
262-
"integrity": "A162C33FA22C8D05C8B7F5F9D8F61DA9B9CFA5AB66CE5FAD7A6502708B2842F3"
262+
"integrity": "761518B411FBB98F728789983B58872603BC3DF97CE040E9496AAF5DC90495E1"
263263
},
264264
{
265265
"id": "Debugger",
266266
"description": ".NET Core Debugger (macOS / x64)",
267-
"url": "https://download.visualstudio.microsoft.com/download/pr/bd57f98a-7075-4438-a8b4-73d385fcd92e/104dc299f38cbb9c871c20b5b80d69ab/coreclr-debug-osx-x64.zip",
268-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-3/coreclr-debug-osx-x64.zip",
267+
"url": "https://download.visualstudio.microsoft.com/download/pr/1a81b7f6-0ec7-4daa-a5bd-7a4eea0d618a/ed0ba9ea97f0e9c41d1d605db8d55772/coreclr-debug-osx-x64.zip",
268+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-4/coreclr-debug-osx-x64.zip",
269269
"installPath": ".debugger",
270270
"platforms": [
271271
"darwin"
@@ -278,13 +278,13 @@
278278
"./vsdbg"
279279
],
280280
"installTestPath": "./.debugger/vsdbg-ui",
281-
"integrity": "7752966F7ADA00132055CC6D1E847B8CBA2F9494D27CEB352822B35FF9384DCA"
281+
"integrity": "AC598AA47570D3101E1F174BD695A678AFAAE3F671A4BDD51C639CA23095F14E"
282282
},
283283
{
284284
"id": "Debugger",
285285
"description": ".NET Core Debugger (linux / x64)",
286-
"url": "https://download.visualstudio.microsoft.com/download/pr/bd57f98a-7075-4438-a8b4-73d385fcd92e/4f608fc31626c3105ba2d25a5acc26bd/coreclr-debug-linux-x64.zip",
287-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-3/coreclr-debug-linux-x64.zip",
286+
"url": "https://download.visualstudio.microsoft.com/download/pr/1a81b7f6-0ec7-4daa-a5bd-7a4eea0d618a/422bd87c500a7247419315ada701f677/coreclr-debug-linux-x64.zip",
287+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-4/coreclr-debug-linux-x64.zip",
288288
"installPath": ".debugger",
289289
"platforms": [
290290
"linux"
@@ -297,7 +297,7 @@
297297
"./vsdbg"
298298
],
299299
"installTestPath": "./.debugger/vsdbg-ui",
300-
"integrity": "F57C09322895039642661B05AF829BAC121E2F81EBE5A5378E09A7B60902C06F"
300+
"integrity": "28969664A869DA2E4AE345A6DB131D172338B362AF10F01BAD55F8631895E4E0"
301301
},
302302
{
303303
"id": "Razor",

0 commit comments

Comments
 (0)