提交 fa5acf61 编写于 作者: H Heejae Chang

added ERR_CannotGotoNonScopeBlocksWithClosure for build only error list

上级 3d33e9d0
......@@ -24,7 +24,8 @@ Namespace Microsoft.CodeAnalysis.Diagnostics.VisualBasic
' these errors are not supported by live analysis
If errorCode = ERRID.ERR_TypeRefResolutionError3 OrElse
errorCode = ERRID.ERR_MissingRuntimeHelper Then
errorCode = ERRID.ERR_MissingRuntimeHelper OrElse
errorCode = ERRID.ERR_CannotGotoNonScopeBlocksWithClosure Then
Continue For
End If
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册