Skip to content

Commit

Permalink
removed open_mta_perspective when refresing configuration as it is no…
Browse files Browse the repository at this point in the history
…t requried. (#143)
  • Loading branch information
midays authored May 23, 2024
1 parent b0f5034 commit 3543f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/IDE/VisualStudioCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3543f58

Please sign in to comment.