We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dc625 commit d5b0b9bCopy full SHA for d5b0b9b
lsp-dart.el
@@ -2,7 +2,7 @@
2
3
;; Copyright (C) 2020 Eric Dallo
4
5
-;; Version: 1.20.0
+;; Version: 1.19.4
6
;; Package-Requires: ((emacs "26.1") (lsp-treemacs "0.3") (lsp-mode "7.0.1") (dap-mode "0.6") (f "0.20.0") (dash "2.14.1") (dart-mode "1.0.5"))
7
;; Keywords: languages, extensions
8
;; URL: https://emacs-lsp.github.io/lsp-dart
@@ -99,7 +99,7 @@ If unspecified, diagnostics will not be generated."
99
100
;;; Internal
101
102
-(defvar lsp-dart-version-string "1.20.0")
+(defvar lsp-dart-version-string "1.19.4")
103
104
(defun lsp-dart--library-folders ()
105
"Return the library folders path to analyze."
0 commit comments