From 2fbb01afaece72004e419e7dc7bd05bde62c4602 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 22 Jul 2021 17:47:13 +0200 Subject: [PATCH] fix @link-comment --- src/vs/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 67b167b5f1a..671e0a29ddd 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -7455,7 +7455,7 @@ declare module 'vscode' { * * ``` * - * To load a resources from the workspace inside a webview, use the `{@link Webview.asWebviewUri asWebviewUri}` method + * To load a resources from the workspace inside a webview, use the {@link Webview.asWebviewUri `asWebviewUri`} method * and ensure the resource's directory is listed in {@link WebviewOptions.localResourceRoots `WebviewOptions.localResourceRoots`}. * * Keep in mind that even though webviews are sandboxed, they still allow running scripts and loading arbitrary content,