Skip to content

Commit 65ad13b

Browse files
authored
Fix Readme
1 parent 71bf099 commit 65ad13b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ You only need to run `dap-dart-setup` one time to setup the debugger.
8080

8181
![debug](https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/debug.gif)
8282

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`.
8486

8587
##### :warning:* Features only available for Dart SDK version 2.8.0 (currently the dev branch) or above.
8688

@@ -106,7 +108,7 @@ You only need to run `dap-dart-setup` one time to setup the debugger.
106108
* `lsp-dart-dap-debugger-path` - The debugger extension path.
107109
* `lsp-dart-dap-debugger-program` - The command to execute the debugger extension.
108110
* `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`.
110112

111113
## Additional packages
112114
* [lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.

0 commit comments

Comments
 (0)