提交 cdc1f985 编写于 作者: R Rob Lourens

Fix ExtHostSearch tests on windows

上级 f808c228
......@@ -655,7 +655,6 @@ suite('ExtHostSearch', () => {
}
function makeTextResult(relativePath: string): vscode.TextSearchResult {
relativePath = relativePath.replace(/\//g, path.sep);
return {
preview: makePreview('foo'),
range: new Range(0, 0, 0, 3),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册