Skip to content

Commit d858640

Browse files
Changes for v1.8.1 C# extension (#1357)
This includes the changes for the v1.8.1 C# extension. Namely that we are now including the 1.9.1 debugger which addresses the fact tha debugging is broken on Sierra.
1 parent c14472d commit d858640

File tree

3 files changed

+33
-25
lines changed

3 files changed

+33
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* When opening a .csproj-based .NET Core project in VS Code, the C# extension will not activate until a C# file is opened in the editor. ([#1150](https://github.com/OmniSharp/omnisharp-vscode/issues/1150))
55
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
66

7+
## 1.8.1 (March 31, 2017)
8+
9+
Fixes debugging on macOS Sierra 10.12.4.
10+
711
## 1.8.0 (March 10, 2017)
812

913
#### Go to Implementation

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
1818
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
1919
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core)
2020

21+
### What's New in 1.8.1
22+
23+
Fixes debugging on macOS Sierra 10.12.4.
24+
2125
### What's New in 1.8.0
2226

2327
* Added support for "Go to Implementation" and "Peek Implementation"

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -150,17 +150,17 @@
150150
},
151151
{
152152
"description": ".NET Core Debugger (Windows / x64)",
153-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-win7-x64.zip",
154-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-win7-x64.zip",
153+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-win7-x64.zip",
154+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-win7-x64.zip",
155155
"installPath": ".debugger",
156156
"runtimeIds": [
157157
"win7-x64"
158158
]
159159
},
160160
{
161161
"description": ".NET Core Debugger (macOS / x64)",
162-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-osx.10.11-x64.zip",
163-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-osx.10.11-x64.zip",
162+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-osx.10.11-x64.zip",
163+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-osx.10.11-x64.zip",
164164
"installPath": ".debugger",
165165
"runtimeIds": [
166166
"osx.10.11-x64"
@@ -172,8 +172,8 @@
172172
},
173173
{
174174
"description": ".NET Core Debugger (CentOS / x64)",
175-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-centos.7-x64.zip",
176-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-centos.7-x64.zip",
175+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-centos.7-x64.zip",
176+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-centos.7-x64.zip",
177177
"installPath": ".debugger",
178178
"runtimeIds": [
179179
"centos.7-x64"
@@ -185,8 +185,8 @@
185185
},
186186
{
187187
"description": ".NET Core Debugger (Debian / x64)",
188-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-debian.8-x64.zip",
189-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-debian.8-x64.zip",
188+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-debian.8-x64.zip",
189+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-debian.8-x64.zip",
190190
"installPath": ".debugger",
191191
"runtimeIds": [
192192
"debian.8-x64"
@@ -198,8 +198,8 @@
198198
},
199199
{
200200
"description": ".NET Core Debugger (Fedora 23 / x64)",
201-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-fedora.23-x64.zip",
202-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-fedora.23-x64.zip",
201+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-fedora.23-x64.zip",
202+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-fedora.23-x64.zip",
203203
"installPath": ".debugger",
204204
"runtimeIds": [
205205
"fedora.23-x64"
@@ -211,8 +211,8 @@
211211
},
212212
{
213213
"description": ".NET Core Debugger (Fedora 24 / x64)",
214-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-fedora.24-x64.zip",
215-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-fedora.24-x64.zip",
214+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-fedora.24-x64.zip",
215+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-fedora.24-x64.zip",
216216
"installPath": ".debugger",
217217
"runtimeIds": [
218218
"fedora.24-x64"
@@ -224,8 +224,8 @@
224224
},
225225
{
226226
"description": ".NET Core Debugger (OpenSUSE 13 / x64)",
227-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-opensuse.13.2-x64.zip",
228-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-opensuse.13.2-x64.zip",
227+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-opensuse.13.2-x64.zip",
228+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-opensuse.13.2-x64.zip",
229229
"installPath": ".debugger",
230230
"runtimeIds": [
231231
"opensuse.13.2-x64"
@@ -237,8 +237,8 @@
237237
},
238238
{
239239
"description": ".NET Core Debugger (OpenSUSE 42 / x64)",
240-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-opensuse.42.1-x64.zip",
241-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-opensuse.42.1-x64.zip",
240+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-opensuse.42.1-x64.zip",
241+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-opensuse.42.1-x64.zip",
242242
"installPath": ".debugger",
243243
"runtimeIds": [
244244
"opensuse.42.1-x64"
@@ -250,8 +250,8 @@
250250
},
251251
{
252252
"description": ".NET Core Debugger (RHEL / x64)",
253-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-rhel.7.2-x64.zip",
254-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-rhel.7.2-x64.zip",
253+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-rhel.7.2-x64.zip",
254+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-rhel.7.2-x64.zip",
255255
"installPath": ".debugger",
256256
"runtimeIds": [
257257
"rhel.7-x64"
@@ -263,8 +263,8 @@
263263
},
264264
{
265265
"description": ".NET Core Debugger (Ubuntu 14.04 / x64)",
266-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-ubuntu.14.04-x64.zip",
267-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-ubuntu.14.04-x64.zip",
266+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-ubuntu.14.04-x64.zip",
267+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-ubuntu.14.04-x64.zip",
268268
"installPath": ".debugger",
269269
"runtimeIds": [
270270
"ubuntu.14.04-x64"
@@ -276,8 +276,8 @@
276276
},
277277
{
278278
"description": ".NET Core Debugger (Ubuntu 16.04 / x64)",
279-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-ubuntu.16.04-x64.zip",
280-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-ubuntu.16.04-x64.zip",
279+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-ubuntu.16.04-x64.zip",
280+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-ubuntu.16.04-x64.zip",
281281
"installPath": ".debugger",
282282
"runtimeIds": [
283283
"ubuntu.16.04-x64"
@@ -289,8 +289,8 @@
289289
},
290290
{
291291
"description": ".NET Core Debugger (Ubuntu 16.10 / x64)",
292-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-6/coreclr-debug-ubuntu.16.10-x64.zip",
293-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-6/coreclr-debug-ubuntu.16.10-x64.zip",
292+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-9-1/coreclr-debug-ubuntu.16.10-x64.zip",
293+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-9-1/coreclr-debug-ubuntu.16.10-x64.zip",
294294
"installPath": ".debugger",
295295
"runtimeIds": [
296296
"ubuntu.16.10-x64"

0 commit comments

Comments
 (0)