提交 5a2f43a0 编写于 作者: T Tomas Matousek

Add link to issues

上级 a410bcef
......@@ -153,6 +153,7 @@ internal bool OnEdit(DocumentId documentId)
}
// NotifyEncEditDisallowedByProject is broken if the project isn't built at the time the debugging starts (debugger bug 877586).
// TODO: localize messages https://github.com/dotnet/roslyn/issues/16656
string message;
if (sessionReason == SessionReadOnlyReason.Running)
......@@ -166,6 +167,7 @@ internal bool OnEdit(DocumentId documentId)
switch (projectReason)
{
case ProjectReadOnlyReason.MetadataNotAvailable:
// TODO: Remove once https://github.com/dotnet/roslyn/issues/16657 is addressed
bool deferredLoad = (_vsProject.ServiceProvider.GetService(typeof(SVsSolution)) as IVsSolution7)?.IsSolutionLoadDeferred() == true;
if (deferredLoad)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册