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
.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
Download the latest dotnet cli tools (preview 4)
mkdir foobar
cd foobar
dotnet new
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.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:VS Code version: 1.6.1
C# Extension version: 1.5.3
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: