提交 354956f6 编写于 作者: P parkourkarthik

include uri to open file cmd on clean tree

上级 2d0dd21a
......@@ -608,6 +608,9 @@ export class CommandCenter {
uris = resources.map(r => r.resourceUri);
}
else {
uris = [(window.activeTextEditor && window.activeTextEditor.document.uri)] as Uri[];
}
}
if (!uris) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册