From 536b5f729f8ed43cf728120c086a14b9679d6ab9 Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Wed, 1 Nov 2023 11:48:08 +0100 Subject: [PATCH] forgot one place --- plugin/core/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/core/types.py b/plugin/core/types.py index 79c86f3b0..c90805070 100644 --- a/plugin/core/types.py +++ b/plugin/core/types.py @@ -264,7 +264,7 @@ def r(name: str, default: Union[bool, int, str, list, dict]) -> None: r("show_multiline_document_highlights", True) r("show_diagnostics_panel_on_save", 0) r("show_diagnostics_severity_level", 2) - r("show_references_in_quick_panel", False) + r("show_references_in_quick_panel", True) r("show_symbol_action_links", False) r("show_view_status", True)