Skip to content

Commit 69429fb

Browse files
committed
rename fltuter widget guides custom variable
1 parent 044e21c commit 69429fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-dart.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ be sent with Flutter outline information for open files."
105105
:type 'boolean
106106
:group 'lsp-dart)
107107

108-
(defcustom lsp-dart-flutter-widget-guide t
108+
(defcustom lsp-dart-flutter-widget-guides t
109109
"Enable showing ui guides for flutter widgets hierarchy."
110110
:type 'boolean
111111
:group 'lsp-dart)
@@ -318,7 +318,7 @@ It updates the outline view if it already exists."
318318
PARAMS Flutter outline notification data sent from WORKSPACE.
319319
It updates the Flutter outline view if it already exists."
320320
(lsp-workspace-set-metadata "current-flutter-outline" params workspace)
321-
(when lsp-dart-flutter-widget-guide
321+
(when lsp-dart-flutter-widget-guides
322322
(lsp-dart-widget-guide-check params))
323323
(when (get-buffer-window "*Flutter Outline*")
324324
(lsp-dart--show-flutter-outline t)))

0 commit comments

Comments
 (0)