未验证 提交 2c7d0578 编写于 作者: R Rob Lourens

Fix wrong path join in queryBuilder.ts

上级 2c192e5b
......@@ -226,7 +226,7 @@ export class QueryBuilder {
if (matchingRoots.length) {
return matchingRoots.map(root => {
return relativeSearchPathMatch[2] ?
root.uri.with({ path: paths.normalize(paths.join(root.uri.fsPath, relativeSearchPathMatch[2])) }) :
root.uri.with({ path: paths.normalize(paths.join(root.uri.path, relativeSearchPathMatch[2])) }) :
root.uri;
});
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册