We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ffd22 commit 78b4cf8Copy full SHA for 78b4cf8
README.md
@@ -149,6 +149,14 @@ matching names.
149
150
You can also open the [Dart DevTools](https://dart.dev/tools/dart-devtools) on the current debug session with `lsp-dart-open-devtools`.
151
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
160
###### :warning:* Features only available for Dart SDK version 2.8.0 or above.
161
162
## Supported settings
0 commit comments