From 3543f58bd51f787e0eabe81c9542869faa65a1ae Mon Sep 17 00:00:00 2001 From: midays <92722851+midays@users.noreply.github.com> Date: Thu, 23 May 2024 08:05:13 -0400 Subject: [PATCH] removed open_mta_perspective when refresing configuration as it is not requried. (#143) --- src/models/IDE/VisualStudioCode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/IDE/VisualStudioCode.py b/src/models/IDE/VisualStudioCode.py index 38801f3..449d189 100644 --- a/src/models/IDE/VisualStudioCode.py +++ b/src/models/IDE/VisualStudioCode.py @@ -175,7 +175,6 @@ def refresh_configuration(self): """ Refresh the configuration tree """ - self.open_mta_perspective() self.cmd_palette_exec_command(VSCodeCommandEnum.REFRESH_CONFIGURATIONS) def open_plugin_info(self, refocus=False):