提交 4fa67069 编写于 作者: H Heejae Chang 提交者: GitHub

Merge pull request #14118 from heejaechang/codelensoff

temporary turn off code lens check for this RI.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册