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
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\1.0.0-preview4-004233
VS Code version:Version 1.9.1
C# Extension version:1.7.0
Steps to reproduce
Migrated my existing dotnet core project using dotnet migrate command, which created backup folder and moved project.json file inside it.
Then open the project folder in VSCode.
Here is the screenshot.
Expected behavior
Only one restore prompt should come, from the selected project file.
Actual behavior
Two prompts are coming to restore
The text was updated successfully, but these errors were encountered:
We still support project.json in VS Code and it's entirely possible that you might use VS Code with partially-converted code base. So, it's actually pretty tricky to determine whether project.json files should be restored or not (and not break something else). This isn't a great experience, but it's sort of working as designed.
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview4-004233)
Product Information:
Version: 1.0.0-preview4-004233
Commit SHA-1 hash: 8cec61c6f7
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\1.0.0-preview4-004233
VS Code version:Version 1.9.1
C# Extension version:1.7.0
Steps to reproduce
Expected behavior
Only one restore prompt should come, from the selected project file.
Actual behavior
Two prompts are coming to restore
The text was updated successfully, but these errors were encountered: