vscode: changed test_string to "mix" to be consistent with jEdit;
authorThomas Lindae <thomas.lindae@in.tum.de>
Wed, 15 May 2024 00:11:34 +0200
changeset 81038 07ed4ce5c6c9
parent 81037 f1aef7110329
child 81039 9c5a4ba4ced6
vscode: changed test_string to "mix" to be consistent with jEdit;
src/Tools/VSCode/extension/media/main.js
--- a/src/Tools/VSCode/extension/media/main.js	Thu May 16 12:00:05 2024 +0200
+++ b/src/Tools/VSCode/extension/media/main.js	Wed May 15 00:11:34 2024 +0200
@@ -26,7 +26,7 @@
         });
 
     const get_window_margin = () => {
-        const test_string = "a";
+        const test_string = "mix";
         const test_span = document.createElement("span");
         test_span.textContent = test_string;
         document.body.appendChild(test_span);