You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api/extension-guides/webview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -721,7 +721,7 @@ function getWebviewContent() {
721
721
722
722

723
723
724
-
Wow! that's one productive cat.
724
+
Wow! That's one productive cat.
725
725
726
726
Webview scripts can do just about anything that a script on a normal webpage can. Keep in mind though that webviews exist in their own context, so scripts in a webview do not have access to the VS Code API. That's where message passing comes in!
0 commit comments