MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / openExternalBrowser

Function openExternalBrowser

src/session.ts:306–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304}
305
306export function openExternalBrowser(): void {
307 console.log('[openExternalBrowser]');
308 if (activeBrowserUri) {
309 void env.openExternal(activeBrowserUri);
310 }
311}
312
313export async function showWebView(file: string, title: string, viewer: string | boolean): Promise<void> {
314 console.info(`[showWebView] file: ${file}, viewer: ${viewer.toString()}`);

Callers

nothing calls this directly

Calls 1

openExternalMethod · 0.80

Tested by

no test coverage detected