Skip to content

Commit 01346a9

Browse files
Update the debugger packages to the 03-03-2017 build (#1287)
* Update the debugger packages to the 03-03-2017 build This updates the debugger packages to the latest build. This includes the external console work, and which I hope is the fix for: #1274 * Fix lint warning * Remove BOM from package.json Somehow I must have accidentially added a BOM to package.json. This removes it.
1 parent 09e14ce commit 01346a9

File tree

3 files changed

+41
-26
lines changed

3 files changed

+41
-26
lines changed

package.json

Lines changed: 35 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-beta1",
4+
"version": "1.8.0-beta2",
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-2/coreclr-debug-win7-x64.zip",
154-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-win7-x64.zip",
153+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-win7-x64.zip",
154+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-osx.10.11-x64.zip",
163-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-osx.10.11-x64.zip",
162+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-osx.10.11-x64.zip",
163+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-centos.7-x64.zip",
176-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-centos.7-x64.zip",
175+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-centos.7-x64.zip",
176+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-debian.8-x64.zip",
189-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-debian.8-x64.zip",
188+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-debian.8-x64.zip",
189+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-fedora.23-x64.zip",
202-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-fedora.23-x64.zip",
201+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-fedora.23-x64.zip",
202+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-fedora.24-x64.zip",
215-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-fedora.24-x64.zip",
214+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-fedora.24-x64.zip",
215+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-opensuse.13.2-x64.zip",
228-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-opensuse.13.2-x64.zip",
227+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-opensuse.13.2-x64.zip",
228+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-opensuse.42.1-x64.zip",
241-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-opensuse.42.1-x64.zip",
240+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-opensuse.42.1-x64.zip",
241+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-rhel.7.2-x64.zip",
254-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-rhel.7.2-x64.zip",
253+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-rhel.7.2-x64.zip",
254+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-ubuntu.14.04-x64.zip",
267-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.14.04-x64.zip",
266+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-ubuntu.14.04-x64.zip",
267+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-ubuntu.16.04-x64.zip",
280-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.16.04-x64.zip",
279+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-ubuntu.16.04-x64.zip",
280+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/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-2/coreclr-debug-ubuntu.16.10-x64.zip",
293-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-2/coreclr-debug-ubuntu.16.10-x64.zip",
292+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-8-3/coreclr-debug-ubuntu.16.10-x64.zip",
293+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-8-3/coreclr-debug-ubuntu.16.10-x64.zip",
294294
"installPath": ".debugger",
295295
"runtimeIds": [
296296
"ubuntu.16.10-x64"
@@ -696,6 +696,11 @@
696696
"type": "boolean",
697697
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
698698
"default": false
699+
},
700+
"browserStdOut": {
701+
"type": "boolean",
702+
"description": "Optional flag to determine if stdout text from the launching the web browser should be logged to the output window.",
703+
"default": true
699704
}
700705
}
701706
},
@@ -939,6 +944,11 @@
939944
"type": "boolean",
940945
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
941946
"default": false
947+
},
948+
"browserStdOut": {
949+
"type": "boolean",
950+
"description": "Optional flag to determine if stdout text from the launching the web browser should be logged to the output window.",
951+
"default": true
942952
}
943953
}
944954
},

src/coreclr-debug/activate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function showDotnetToolsWarning(message: string) : void
9898
goToSettingsMessage, getDotNetMessage).then(value => {
9999
if (value === getDotNetMessage) {
100100
let open = require('open');
101-
let dotnetcoreURL = 'https://www.microsoft.com/net/core'
101+
let dotnetcoreURL = 'https://www.microsoft.com/net/core';
102102

103103
// Windows redirects https://www.microsoft.com/net/core to https://www.microsoft.com/net/core#windowsvs2015
104104
if (process.platform == "win32")

src/tools/OptionsSchema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
"type": "boolean",
139139
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
140140
"default": false
141+
},
142+
"browserStdOut": {
143+
"type": "boolean",
144+
"description": "Optional flag to determine if stdout text from the launching the web browser should be logged to the output window.",
145+
"default": true
141146
}
142147
}
143148
},

0 commit comments

Comments
 (0)