How can I prevent the Settings file from opening in split view when opening from the menu bar (macOS)? I found a few posts about this, but they all seem to be outdated (maybe they still work, but I couldn’t figure it out).
Prevent Settings from opening in split view
deathaxe
#2
edit_settings command, used by most packages to add menu items or command palette entries to expose settings, is exclusively designed to open in side-by-side mode.
Existing user settings could be opened via View Package File command, but overriding or changing behavior of existing menu items is not directly possible. The only chance would be to implement a custom edit_settings command, which overrides the default one.
0 Likes