Skip to content

Commit fa293d2

Browse files
Disable .NET restore warnings now that we have C# project test assets
1 parent eaade81 commit fa293d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"**/node_modules": true,
1212
"out/": true
1313
},
14+
15+
"csharp.suppressDotnetRestoreNotification": true,
1416

1517
"tslint.rulesDirectory": "node_modules/tslint-microsoft-contrib",
1618
"typescript.tsdk": "./node_modules/typescript/lib"

0 commit comments

Comments
 (0)