提交 dc5e0525 编写于 作者: B Benjamin Pasero

url service - also handle external urls

上级 cd46e5b0
......@@ -29,10 +29,6 @@ export class RelayURLService extends URLService implements IURLHandler {
}
async open(resource: URI, options?: { openToSide?: boolean, openExternal?: boolean }): Promise<boolean> {
if (options && options.openExternal) {
return false;
}
if (resource.scheme !== product.urlProtocol) {
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册