提交 8d1456e2 编写于 作者: J Jackson Kearl

Fix search editor URI malform error

上级 06167cfb
......@@ -85,7 +85,7 @@ export class SearchEditorInput extends EditorInput {
}
getResource(): URI {
return URI.from({ scheme: 'untitled', authority: 'search-editor', path: this.config.query, fragment: `${this.instanceNumber}` });
return URI.from({ scheme: 'search-editor', fragment: `${this.instanceNumber}` });
}
getName(): string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册