fix @link-comment

This commit is contained in:
Johannes Rieken 2021-07-22 17:47:13 +02:00
parent 66b231db13
commit 2fbb01afae
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

2
src/vs/vscode.d.ts vendored
View file

@ -7455,7 +7455,7 @@ declare module 'vscode' {
* </script>
* ```
*
* 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,