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

launch.json and tasks.json not added when moving from project.json to .csproj #982

Closed
ivanmartinvalle opened this issue Nov 23, 2016 · 1 comment

Comments

@ivanmartinvalle
Copy link

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-preview4-004110)

Product Information:
 Version:            1.0.0-preview4-004110
 Commit SHA-1 hash:  740a7fe3fd

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.11
 OS Platform: Darwin
 RID:         osx.10.11-x64
 Base Path:   /usr/local/share/dotnet/sdk/1.0.0-preview4-004110

VS Code version: 1.6.1
C# Extension version: 1.5.3

Steps to reproduce

  1. Download the latest dotnet cli tools (preview 4)
  2. mkdir foobar
  3. cd foobar
  4. dotnet new
  5. code .

Expected behavior

I expect that Visual Studio Code would prompt me to add missing assets (launch.json and tasks.json).

Actual behavior

Visual Studio Code does not prompt me to add missing assets. I'm guessing this is because whatever was adding those assets was keying off the presence of project.json, which no longer exists in the new project model.

Modifying sdk.version in global.json and changing the versions back and forth between the old and new models seems to confirm this behavior.

@DustinCampbell
Copy link
Member

This is a duplicate of #767.

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