def set_starting_config(window: sublime.Window, config_name: str): starting_configs_by_window.setdefault(window.id(), set()).add(config_name)