We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet --info output: Product Information: Version: 2.0.0 Commit SHA-1 hash: cdcd1928c9
dotnet --info
Runtime Environment: OS Name: Windows OS Version: 6.1.7601 OS Platform: Windows RID: win7-x86 Base Path: C:\Program Files\dotnet\sdk\2.0.0\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0(still occur on 2.1.0) Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
VS Code version: version 1.23.1 submit d0182c3417d225529c6d5ad24b7572815d0de9ac datetime 2018-05-10T17:11:38.209Z Shell 1.7.12 render 58.0.3029.110 Node 7.9.0 Structure ia32 C# Extension version: 1.15.2
open a new folder type "dotnet new console" set a breakpoint,and run debug
the application is running,and stop at the breakpoint
the application did not run
The text was updated successfully, but these errors were encountered:
@twtyypmb dup of #844
Sorry, something went wrong.
Environment data dotnet --info output: Product Information: Version: 2.0.0 Commit SHA-1 hash: cdcd1928c9 Runtime Environment: OS Name: Windows OS Version: 6.1.7601 OS Platform: Windows RID: win7-x86 Base Path: C:\Program Files\dotnet\sdk\2.0.0\ Microsoft .NET Core Shared Framework Host Version : 2.0.0(still occur on 2.1.0) Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d VS Code version: version 1.23.1 submit d0182c3417d225529c6d5ad24b7572815d0de9ac datetime 2018-05-10T17:11:38.209Z Shell 1.7.12 render 58.0.3029.110 Node 7.9.0 Structure ia32 C# Extension version: 1.15.2 Steps to reproduce open a new folder type "dotnet new console" set a breakpoint,and run debug Expected behavior the application is running,and stop at the breakpoint Actual behavior the application did not run
How to ?
No branches or pull requests
Environment data
dotnet --info
output:Product Information:
Version: 2.0.0
Commit SHA-1 hash: cdcd1928c9
Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x86
Base Path: C:\Program Files\dotnet\sdk\2.0.0\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0(still occur on 2.1.0)
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
VS Code version:
version 1.23.1
submit d0182c3417d225529c6d5ad24b7572815d0de9ac
datetime 2018-05-10T17:11:38.209Z
Shell 1.7.12
render 58.0.3029.110
Node 7.9.0
Structure ia32
C# Extension version:
1.15.2
Steps to reproduce
open a new folder
type "dotnet new console"
set a breakpoint,and run debug
Expected behavior
the application is running,and stop at the breakpoint
Actual behavior
the application did not run
The text was updated successfully, but these errors were encountered: