We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13c981e + 2c3b594 commit ee476aaCopy full SHA for ee476aa
lsp-dart.el
@@ -168,7 +168,7 @@ If unspecified, diagnostics will not be generated."
168
(run-hook-with-args 'lsp-dart-flutter-outline-arrived-hook notification))))
169
("$/analyzerStatus" #'ignore))
170
:after-open-fn #'lsp-dart--activate-features
171
- :custom-capabilities `((experimental . ((snippetTextEdit . ,(and lsp-enable-snippet (featurep 'yasnippet))))))
+ :custom-capabilities `((experimental . ((snippetTextEdit . ,(and lsp-enable-snippet (fboundp #'yas-minor-mode))))))
172
:server-id 'dart_analysis_server))
173
174
0 commit comments