File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 35
35
* Stop requiring ` helm-config ` since upstream has removed the module.
36
36
* Require ` typescript-mode ` using ` prelude-require-packages ` to avoid error upon inclusion in ` personal/prelude-modules.el ` .
37
37
* Turn off ` super-save ` in ` rust-mode ` to prevent severe hangs during autocomplete.
38
+ * Update ` prelude-dart.el ` to use ` lsp-dart-dap-setup ` instead of deprecated ` dap-dart-setup ` function.
38
39
39
40
## 1.1.0 (2021-02-14)
40
41
Original file line number Diff line number Diff line change 44
44
; ; Add to default dart-mode key bindings
45
45
(lsp-dart-define-key " s o" #'lsp-dart-show-outline )
46
46
(lsp-dart-define-key " s f" #'lsp-dart-show-flutter-outline )
47
- (dap -dart-setup))
47
+ (lsp -dart-dap -setup))
48
48
49
49
(setq prelude-dart-mode-hook 'prelude-dart-mode-defaults )
50
50
You can’t perform that action at this time.
0 commit comments