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

temporary turn off code lens check for this RI.

上级 fb22e0f2
......@@ -259,7 +259,10 @@ private bool DynamicAnalysisEnabled()
private bool CodeLenEnabled()
{
#if false
return _globalEditorOptions.GetOptionValue(CodeLensOptions.IsCodeLensEnabledOptionKey);
#endif
return false;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册