From 4549022153c9575e48a7ceaa0b7ad8b026e8cc63 Mon Sep 17 00:00:00 2001 From: Matthias Heil Date: Wed, 15 Apr 2026 13:45:42 +0200 Subject: [PATCH] Added Settings and ShowLogViewer option --- DebugVisualizerExtension.slnx | 2 -- LogViewer_windowSettings.json | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 LogViewer_windowSettings.json diff --git a/DebugVisualizerExtension.slnx b/DebugVisualizerExtension.slnx index 0418572..e9783c5 100644 --- a/DebugVisualizerExtension.slnx +++ b/DebugVisualizerExtension.slnx @@ -3,7 +3,6 @@ - @@ -14,7 +13,6 @@ - diff --git a/LogViewer_windowSettings.json b/LogViewer_windowSettings.json new file mode 100644 index 0000000..40b2000 --- /dev/null +++ b/LogViewer_windowSettings.json @@ -0,0 +1,10 @@ +{ + "WindowLocation": { + "Left": 32, + "Top": 32, + "Width": 800, + "Height": 449, + "WindowState": 0 + }, + "ThemeName": 5 +} \ No newline at end of file