提交 94b9cad5 编写于 作者: D David Barbet

Add comment explaining liveshare usecase.

上级 e4f01c3e
......@@ -62,6 +62,8 @@ internal sealed partial class ContainedDocument : ForegroundThreadAffinitizedObj
public static ContainedDocument TryGetContainedDocument(DocumentId id)
{
// Liveshare creates their own non-VS workspace which downloads files from the host.
// In such a case, a null id can be passed in, so check before attempting to retrieve the document.
if (id == null)
{
return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册