提交 0dcd5e0a 编写于 作者: C Codekrafter 提交者: Tomas Vik

fix(mr review): showing MR Diff on Windows uses correct file path

上级 aea3dc7b
......@@ -18,7 +18,7 @@ export function toReviewUri({ path = '', commit, workspacePath, projectId }: Rev
export function fromReviewUri(uri: Uri): ReviewParams {
const { commit, workspacePath, projectId } = JSON.parse(uri.query);
return {
path: uri.fsPath || undefined,
path: uri.path || undefined,
commit,
workspacePath,
projectId,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册