File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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."
318318PARAMS Flutter outline notification data sent from WORKSPACE.
319319It 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 )))
You can’t perform that action at this time.
0 commit comments