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 78bd4d9 commit fab25f9Copy full SHA for fab25f9
lsp-dart.el
@@ -2,7 +2,7 @@
2
3
;; Copyright (C) 2020 Eric Dallo
4
5
-;; Version: 1.19.4
+;; Version: 1.19.5
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.19.4")
+(defvar lsp-dart-version-string "1.19.5")
103
104
(defun lsp-dart--library-folders ()
105
"Return the library folders path to analyze."
0 commit comments