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 0f16375 commit b59a485Copy full SHA for b59a485
lsp-dart.el
@@ -114,8 +114,7 @@ If unspecified, diagnostics will not be generated."
114
"Generate LSP startup command."
115
(or lsp-dart-server-command
116
(list (lsp-dart-dart-command)
117
- (expand-file-name (f-join (lsp-dart-get-sdk-dir) "bin/snapshots/analysis_server.dart.snapshot"))
118
- "--lsp"
+ "language-server"
119
"--client-id emacs.lsp-dart"
120
(format "--client-version %s" lsp-dart-version-string))))
121
0 commit comments