Skip to content

Commit c57da0d

Browse files
committed
Change error limit to 25000.
1 parent 8e86dd3 commit c57da0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/bin/msvc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"--edge",
88
"--exceptions",
99
"--error_limit",
10-
"2147483647",
10+
"25000",
1111
"-D_EDG_COMPILER",
1212
"-D_USE_DECLSPECS_FOR_SAL=1"
1313
],

0 commit comments

Comments
 (0)