Skip to content

Commit 780f0bc

Browse files
Fix launch on Windows with forward slashes in program (#143)
This checkin updates the version of OpenDebugAD7 used by the C# extension to the lastest build. This has a fix for #143. This also updates the package version to 1.0.0-rc2.
1 parent be7147d commit 780f0bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "0.3.9",
4+
"version": "1.0.0-rc2",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

src/coreclr-debug/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function createProjectJson(targetRuntime: string): any
265265
dependencies: {
266266
"Microsoft.VisualStudio.clrdbg": "14.0.25201-preview-2911579",
267267
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30401-preview-1",
268-
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20401-preview-1",
268+
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20405-preview-1",
269269
"NETStandard.Library": "1.5.0-rc2-23931",
270270
"Newtonsoft.Json": "7.0.1",
271271
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",

0 commit comments

Comments
 (0)