We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a61301b + 029b4d5 commit 584b398Copy full SHA for 584b398
lsp-dart-dap.el
@@ -273,7 +273,7 @@ Call CALLBACK when the device is chosen and started successfully."
273
(append (lsp-dart-flutter-command) (list "debug_adapter" "-d" device-id))
274
lsp-dart-dap-flutter-debugger-program))
275
(dap--put-if-absent :flutterPlatform "default")
276
- (dap--put-if-absent :toolArgs `("-d" ,device-id))
+ (plist-put :toolArgs (append (append lsp-dart-dap-tool-args nil) `("-d" ,device-id)))
277
(dap--put-if-absent :name (concat "Flutter (" device-name ")"))))
278
))))))
279
0 commit comments