Skip to content

Commit d9f133d

Browse files
author
Sidney Andrews
committed
Fixed ovewrite of supressProjectJsonWarning
1 parent c4f7239 commit d9f133d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,11 @@
612612
"default": false,
613613
"description": "Suppress the notification window to perform a 'dotnet restore' when dependencies can't be resolved."
614614
},
615+
"csharp.suppressProjectJsonWarning": {
616+
"type": "boolean",
617+
"default": false,
618+
"description": "Suppress the warning that project.json is no longer a supported project format for .NET Core applications"
619+
},
615620
"csharp.supressBuildAssetsNotification": {
616621
"type": "boolean",
617622
"default": false,

0 commit comments

Comments
 (0)