Skip to content

Commit 78b4cf8

Browse files
committed
Update README with commands
1 parent b8ffd22 commit 78b4cf8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ matching names.
149149

150150
You can also open the [Dart DevTools](https://dart.dev/tools/dart-devtools) on the current debug session with `lsp-dart-open-devtools`.
151151

152+
### Commands
153+
154+
`lsp-dart`support running Flutter and Dart commands as following:
155+
156+
`lsp-dart-pub-get` - Run `pub get` or `flutter pub get` on project root.
157+
`lsp-dart-pub-upgrade` - Run `pub upgrade` or `flutter pub upgrade` on project root.
158+
`lsp-dart-pub-outdated` - Run `pub outdated` or `flutter pub outdated` on project root.
159+
152160
###### :warning:* Features only available for Dart SDK version 2.8.0 or above.
153161

154162
## Supported settings

0 commit comments

Comments
 (0)