提交 e2203afd 编写于 作者: J Jakub Majocha 提交者: Kevin Ransom (msft)

handle single doc early (#2903)

上级 f0c8435f
......@@ -86,6 +86,7 @@ type Solution with
//The same file may be present in many projects. We choose one from current or referenced project.
let rec matchingDoc = function
| [] -> None
| [docId] -> Some docId
| (docId:DocumentId)::_ when checkProjectId docId -> Some docId
| docId::tail ->
match projectId with
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册