You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet --info output:
.NET Command Line Tools (1.0.1)
Product Information:
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.1
VS Code version: 1.10.2
C# Extension version: 1.8.0
Steps to reproduce
Create new console project (dotnet new console)
Load into VS, add Launch.json etc.
Launch debugger (F5) ... succeeds
Add a folder named 'dotnet' into the project root
Launch debugger
Expected behavior
Debugger launches
Actual behavior
Debugger shows an error: "The filename, directory name, or volume label syntax is incorrect."
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.1)
Product Information:
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.1
VS Code version: 1.10.2
C# Extension version: 1.8.0
Steps to reproduce
Expected behavior
Debugger launches
Actual behavior
Debugger shows an error: "The filename, directory name, or volume label syntax is incorrect."
The text was updated successfully, but these errors were encountered: