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.
1 parent 6062697 commit 0cb794eCopy full SHA for 0cb794e
lsp-dart-dap.el
@@ -163,11 +163,11 @@ Required to support 'Inspect Widget'."
163
(dap--put-if-absent conf :useFlutterStructuredErrors lsp-dart-dap-flutter-structured-errors)
164
(lsp-dart-dap--capabilities-debugger-args conf)))
165
166
-(defun lsp-dart-dap--enable-mode ()
+(defun lsp-dart-dap--enable-mode (&rest _)
167
"Enable `lsp-dart-dap-mode'."
168
(lsp-dart-dap-mode 1))
169
170
-(defun lsp-dart-dap--disable-mode ()
+(defun lsp-dart-dap--disable-mode (&rest _)
171
172
(lsp-dart-dap-mode -1))
173
0 commit comments