You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`lsp-dart-sdk-dir`| The optional Dart SDK path. If nil and in a flutter project, it will try to find the dart SDK from Flutter SDK cache dir, otherwise it will search for a dart executable in `$PATH`. |`nil`|
169
-
|`lsp-dart-flutter-sdk-dir`| The optional Flutter SDK path. If nil, it will try to find the Flutter SDK from the `flutter` executable in `$PATH` and if not found, it will try in `$FLUTTER_ROOT`. |`nil`|
170
-
|`lsp-dart-server-command`|`analysis_server` executable to use | Check source file |
171
-
|`lsp-dart-extra-library-directories`| Extra libs to analyze besides Dart SDK libs |`'()`|
172
-
|`lsp-dart-only-analyze-projects-with-open-files`| Analysis will only be performed for projects that have open files rather than the root workspace folder |`t`|
173
-
|`lsp-dart-suggest-from-unimported-libraries`| Completion will not include symbols that are not already imported into the current file. |`t`|
174
-
|`lsp-dart-closing-labels`| Enable the closing labels feature on server lsp |`t`|
175
-
|`lsp-dart-closing-labels-prefix`| The prefix string to be concatenated with the closing label |`""`|
176
-
|`lsp-dart-closing-labels-size`| The font size factor to be multiplied by the closing labels font size | 0.9 |
177
-
|`lsp-dart-outline`| Enable the outline tree view feature on server lsp |`t`|
178
-
|`lsp-dart-outline-position-params`| The outline tree position params. | Left side |
179
-
|`lsp-dart-flutter-outline`| Wheter to enable the Flutter outline tree view feature on server lsp |`t`|
180
-
|`lsp-dart-flutter-outline-position-params`| The Flutter outline tree position params | Left side |
181
-
|`lsp-dart-flutter-fringe-colors`| Enable the Flutter colors on fringe. |`t`|
182
-
|`lsp-dart-flutter-widget-guides`| Enable the Flutter widget guide lines from parent to child widgets |`t`|
183
-
|`lsp-dart-main-code-lens`| Enable the `Run|Debug` code lens on main methods. |`t`|
184
-
|`lsp-dart-test-code-lens`| Enable the `Run|Debug` code lens on tests. |`t`|
185
-
|`lsp-dart-dap-extension-version`| The debugger extension version. | 3.10.1 |
186
-
|`lsp-dart-dap-debugger-path`| The debugger extension path | Check source file |
187
-
|`lsp-dart-dap-dart-debugger-program`| The command to execute the debugger extension on dart projects. | Check source file |
188
-
|`lsp-dart-dap-dart-test-debugger-program`| The command to execute the test debugger extension on dart projects. | Check source file |
189
-
|`lsp-dart-dap-flutter-debugger-program`| The command to execute the debugger extension on flutter projects. | Check source file |
190
-
|`lsp-dart-dap-flutter-test-debugger-program`| The command to execute the test debugger extension on flutter projects. | Check source file |
191
-
|`lsp-dart-dap-debug-external-libraries`| Whether to enable the debug on external libraries |`nil`|
192
-
|`lsp-dart-dap-debug-sdk-libraries`| Whether to enable the debug on Dart SDK libraries |`nil`|
193
-
|`lsp-dart-dap-vm-additional-args`| Additional args for dart debugging VM when the debugging. |`""`|
194
-
|`lsp-dart-dap-flutter-track-widget-creation`| Whether to pass –track-widget-creation to Flutter apps. Required to support 'Inspect Widget'. |`t`|
195
-
|`lsp-dart-dap-flutter-structured-errors`| Whether to use Flutter’s structured error support for improve error display. |`t`|
196
-
|`lsp-dart-dap-flutter-verbose-log`| Whether to enable verbose logs from Flutter DAP |`nil`|
197
-
|`lsp-dart-devtools-theme`| The devtools theme when openning via `lsp-dart-dap-open-devtools`|`"dark"`|
198
-
|`lsp-dart-devtools-hide-options`| What to hide when openning DevTools via `lsp-dart-dap-open-devtools`|`debugger`|
|`lsp-dart-sdk-dir`| The optional Dart SDK path. If nil and in a flutter project, it will try to find the dart SDK from Flutter SDK cache dir, otherwise it will search for a dart executable in `$PATH`. |`nil`||
169
+
|`lsp-dart-flutter-sdk-dir`| The optional Flutter SDK path. If nil, it will try to find the Flutter SDK from the `flutter` executable in `$PATH` and if not found, it will try in `$FLUTTER_ROOT`. |`nil`||
170
+
|`lsp-dart-server-command`|`analysis_server` executable to use | Check source file ||
171
+
|`lsp-dart-enable-sdk-formatter`| Whether to enable server formatting. |`t`||
172
+
|`lsp-dart-line-length`| Line length used by server formatter. | 80 ||
173
+
|`lsp-dart-extra-library-directories`| Extra libs to analyze besides Dart SDK libs |`'()`||
174
+
|`lsp-dart-only-analyze-projects-with-open-files`| Analysis will only be performed for projects that have open files rather than the root workspace folder |`t`||
175
+
|`lsp-dart-suggest-from-unimported-libraries`| Completion will not include symbols that are not already imported into the current file. |`t`||
176
+
|`lsp-dart-closing-labels`| Enable the closing labels feature on server lsp |`t`||
177
+
|`lsp-dart-closing-labels-prefix`| The prefix string to be concatenated with the closing label |`""`||
178
+
|`lsp-dart-closing-labels-size`| The font size factor to be multiplied by the closing labels font size | 0.9 ||
179
+
|`lsp-dart-outline`| Enable the outline tree view feature on server lsp |`t`||
180
+
|`lsp-dart-outline-position-params`| The outline tree position params. | Left side ||
181
+
|`lsp-dart-flutter-outline`| Wheter to enable the Flutter outline tree view feature on server lsp |`t`||
182
+
|`lsp-dart-flutter-outline-position-params`| The Flutter outline tree position params | Left side ||
183
+
|`lsp-dart-flutter-fringe-colors`| Enable the Flutter colors on fringe. |`t`||
184
+
|`lsp-dart-flutter-widget-guides`| Enable the Flutter widget guide lines from parent to child widgets |`t`||
185
+
|`lsp-dart-main-code-lens`| Enable the `Run | Debug` code lens on main methods. |`t`|
186
+
|`lsp-dart-test-code-lens`| Enable the `Run | Debug` code lens on tests. |`t`|
187
+
|`lsp-dart-dap-extension-version`| The debugger extension version. | 3.10.1 ||
188
+
|`lsp-dart-dap-debugger-path`| The debugger extension path | Check source file ||
189
+
|`lsp-dart-dap-dart-debugger-program`| The command to execute the debugger extension on dart projects. | Check source file ||
190
+
|`lsp-dart-dap-dart-test-debugger-program`| The command to execute the test debugger extension on dart projects. | Check source file ||
191
+
|`lsp-dart-dap-flutter-debugger-program`| The command to execute the debugger extension on flutter projects. | Check source file ||
192
+
|`lsp-dart-dap-flutter-test-debugger-program`| The command to execute the test debugger extension on flutter projects. | Check source file ||
193
+
|`lsp-dart-dap-debug-external-libraries`| Whether to enable the debug on external libraries |`nil`||
194
+
|`lsp-dart-dap-debug-sdk-libraries`| Whether to enable the debug on Dart SDK libraries |`nil`||
195
+
|`lsp-dart-dap-vm-additional-args`| Additional args for dart debugging VM when the debugging. |`""`||
196
+
|`lsp-dart-dap-flutter-track-widget-creation`| Whether to pass –track-widget-creation to Flutter apps. Required to support 'Inspect Widget'. |`t`||
197
+
|`lsp-dart-dap-flutter-structured-errors`| Whether to use Flutter’s structured error support for improve error display. |`t`||
198
+
|`lsp-dart-dap-flutter-verbose-log`| Whether to enable verbose logs from Flutter DAP |`nil`||
199
+
|`lsp-dart-devtools-theme`| The devtools theme when openning via `lsp-dart-dap-open-devtools`|`"dark"`||
200
+
|`lsp-dart-devtools-hide-options`| What to hide when openning DevTools via `lsp-dart-dap-open-devtools`|`debugger`||
199
201
200
202
## Additional packages
201
203
*[lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.
0 commit comments