提交 bd08c298 编写于 作者: J Joao Moreno

semicolon

上级 9a8acb1d
......@@ -337,7 +337,7 @@ export class Renderer implements tree.IRenderer {
data.status.title = Renderer.statusToTitle(status);
const resource = URI.file(paths.normalize(paths.join(repositoryRoot, path)));
let isInWorkspace = paths.isEqualOrParent(resource.fsPath, workspaceRoot)
let isInWorkspace = paths.isEqualOrParent(resource.fsPath, workspaceRoot);
let rename = '';
let renameFolder = '';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册