Changed the location of the Dart SDK
This commit is contained in:
parent
b2846dc476
commit
f068368fc9
@ -545,8 +545,8 @@
|
|||||||
server, and to the LSP server of Dart.
|
server, and to the LSP server of Dart.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(dart :variables
|
(dart :variables
|
||||||
lsp-dart-project-sdk-dir "/opt/flutter/bin/cache/dart-sdk/"
|
lsp-dart-project-sdk-dir "/opt/dart-sdk/"
|
||||||
lsp-dart-sdk-dir "/opt/flutter/bin/cache/dart-sdk/")
|
lsp-dart-sdk-dir "/opt/dart-sdk/")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
When it comes to the Python layer, I set its backend and formatter to be
|
When it comes to the Python layer, I set its backend and formatter to be
|
||||||
|
Loading…
Reference in New Issue
Block a user