File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,9 @@ You only need to run `dap-dart-setup` one time to setup the debugger.
80
80
81
81
![ debug] ( https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/debug.gif )
82
82
83
- * You can also open the [ Dart DevTools] ( https://dart.dev/tools/dart-devtools ) on the current debug session with ` lsp-dart-dap-open-devtools ` .
83
+ #### DevTools
84
+
85
+ You can also open the [ Dart DevTools] ( https://dart.dev/tools/dart-devtools ) on the current debug session with ` lsp-dart-dap-open-devtools ` .
84
86
85
87
##### :warning : * Features only available for Dart SDK version 2.8.0 (currently the dev branch) or above.
86
88
@@ -106,7 +108,7 @@ You only need to run `dap-dart-setup` one time to setup the debugger.
106
108
* ` lsp-dart-dap-debugger-path ` - The debugger extension path.
107
109
* ` lsp-dart-dap-debugger-program ` - The command to execute the debugger extension.
108
110
* ` lsp-dart-dap-devtools-theme ` - The devtools theme when openning via ` lsp-dart-dap-open-devtools ` .
109
- * ` lsp-dart-dap-devtools-hide-options ` - What to hide when openning DevTools via `lsp-dart-dap-open-devtools``. Defatuls to " debugger" .
111
+ * ` lsp-dart-dap-devtools-hide-options ` - What to hide when openning DevTools via ` lsp-dart-dap-open-devtools ` . Defaults to ` debugger ` .
110
112
111
113
## Additional packages
112
114
* [ lsp-ui] ( https://github.com/emacs-lsp/lsp-ui ) : Flycheck, documentation and code actions support.
You can’t perform that action at this time.
0 commit comments