提交 d87041ed 编写于 作者: M Matt Bierner

Downgrade simple browser to prompt instead of being the default on web

We need more testing in codespaces before enabling it automatically
上级 3310d3ac
......@@ -51,7 +51,7 @@ export function activate(context: vscode.ExtensionContext) {
const originalUri = new URL(uri.toString());
if (enabledHosts.has(originalUri.hostname)) {
return isWeb()
? vscode.ExternalUriOpenerPriority.Preferred
? vscode.ExternalUriOpenerPriority.Default
: vscode.ExternalUriOpenerPriority.Option;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册