Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
itome committed Nov 25, 2019
1 parent 2dab95d commit 7fb3e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp-dart.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@
rather than the root workspace folder. Defaults to t"
:type 'boolean
:group 'lsp-dart-analysis
:package-version '(lsp-mode . "6.1"))
:package-version '(lsp-mode . "6.2"))

(defcustom lsp-dart-analysis-suggest-from-unimported-libraries t
"When set to nil, completion will not include synbols that are not already
imported into the current file. Defaults to true"
:type 'boolean
:group 'lsp-dart-analysis
:package-version '(lsp-mode . "6.1"))
:package-version '(lsp-mode . "6.2"))

(defun lsp-dart--analysis-server-command ()
"Generate LSP startup command."
Expand Down

0 comments on commit 7fb3e71

Please sign in to comment.