+
${localize('view.iframe-focused', "Focus Lock")}
+
+
+
+
+
+ `;
+ }
+
+ private extensionResourceUrl(...parts: string[]): vscode.Uri {
+ return this._webviewPanel.webview.asWebviewUri(vscode.Uri.joinPath(this.extensionUri, ...parts));
+ }
+}
+
+function escapeAttribute(value: string | vscode.Uri): string {
+ return value.toString().replace(/"/g, '"');
+}
diff --git a/extensions/simple-browser/src/typings/ref.d.ts b/extensions/simple-browser/src/typings/ref.d.ts
new file mode 100644
index 0000000000000..c9849d48e083f
--- /dev/null
+++ b/extensions/simple-browser/src/typings/ref.d.ts
@@ -0,0 +1,7 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+///