Skip to content

Commit

Permalink
Fix launch on Windows with forward slashes in program (dotnet#143)
Browse files Browse the repository at this point in the history
This checkin updates the version of OpenDebugAD7 used by the C# extension to
the lastest build. This has a fix for dotnet#143.

This also updates the package version to 1.0.0-rc2.
  • Loading branch information
gregg-miskelly authored and aeschli committed Apr 20, 2016
1 parent 1a7a4e1 commit 80eda7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csharp",
"publisher": "ms-vscode",
"version": "0.3.9",
"version": "1.0.0-rc2",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down
2 changes: 1 addition & 1 deletion src/coreclr-debug/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function createProjectJson(targetRuntime: string): any
dependencies: {
"Microsoft.VisualStudio.clrdbg": "14.0.25201-preview-2911579",
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30401-preview-1",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20401-preview-1",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20405-preview-1",
"NETStandard.Library": "1.5.0-rc2-23931",
"Newtonsoft.Json": "7.0.1",
"Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1",
Expand Down

0 comments on commit 80eda7d

Please sign in to comment.