Skip to content

Commit 71cda32

Browse files
authored
Fix Suppress typo (#4016)
* Fix typo * Update package.json * Update assets.ts
1 parent 6608b73 commit 71cda32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
"default": false,
634634
"description": "Suppress the warning that project.json is no longer a supported project format for .NET Core applications"
635635
},
636-
"csharp.supressBuildAssetsNotification": {
636+
"csharp.suppressBuildAssetsNotification": {
637637
"type": "boolean",
638638
"default": false,
639639
"description": "Suppress the notification window to add missing assets to build or debug the application."

0 commit comments

Comments
 (0)