We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f7239 commit d9f133dCopy full SHA for d9f133d
package.json
@@ -612,6 +612,11 @@
612
"default": false,
613
"description": "Suppress the notification window to perform a 'dotnet restore' when dependencies can't be resolved."
614
},
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
+ },
620
"csharp.supressBuildAssetsNotification": {
621
"type": "boolean",
622
0 commit comments