Skip to content
New issue

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

Debugger fails to launch if project contains 'dotnet' folder #1336

Closed
lutzroeder opened this issue Mar 21, 2017 · 2 comments
Closed

Debugger fails to launch if project contains 'dotnet' folder #1336

lutzroeder opened this issue Mar 21, 2017 · 2 comments
Assignees
Milestone

Comments

@lutzroeder
Copy link
Member

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

  1. Create new console project (dotnet new console)
  2. Load into VS, add Launch.json etc.
  3. Launch debugger (F5) ... succeeds
  4. Add a folder named 'dotnet' into the project root
  5. Launch debugger

Expected behavior

Debugger launches

Actual behavior

Debugger shows an error: "The filename, directory name, or volume label syntax is incorrect."

@gregg-miskelly
Copy link
Contributor

I am in this code now anyway, I will see if I can fix it real quick.

@gregg-miskelly gregg-miskelly added this to the 1.9 milestone Mar 21, 2017
@gregg-miskelly
Copy link
Contributor

This will be fixed in 1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants