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 ee476aa commit 19f7d5fCopy full SHA for 19f7d5f
lsp-dart-dap.el
@@ -261,7 +261,7 @@ Call CALLBACK when the device is chosen and started successfully."
261
(buffer-file-name))))))
262
(lambda (start-debugging-callback)
263
(lsp-dart-dap--flutter-get-or-start-device
264
- (-lambda ((&hash "id" device-id "name" device-name))
+ (-lambda ((&plist :id device-id :name device-name))
265
(funcall start-debugging-callback
266
(-> pre-conf
267
(dap--put-if-absent :deviceId device-id)
0 commit comments