vscode-csharp: I can't hit the break point in VS code

Environment data----Ubuntu OS

dotnet --info output:

VS Code version: Version 1.1.1 Commit def9e32467ad6e4f48787d38caf190acbfee5880 Date 2016-05-13T13:38:00.094Z Shell 0.37.6 Renderer 49.0.2623.75 Node 5.10.0

C# Extension version: latest one

Steps to reproduce

I have launch my progress, but I can hit the breakpoints

Expected behavior

Actual behavior

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 17 (11 by maintainers)

Most upvoted comments

The test discovery is fine. The actual issue here really is: https://github.com/OmniSharp/omnisharp-vscode/issues/453

After moving the test file to the same level as project.json both run and debug works fine for me: screen shot 2016-06-22 at 11 57 05 am