This extension adds support for using Melos with Visual Studio Code.
Melos Code can be installed from the Visual Studio Code Marketplace or by searching within VS Code.
- Validation and autocompletion of
melos.yaml
- Run scripts in
melos.yaml
through CodeLenses - Provide scripts in
melos.yaml
as tasks - Apply defaults for Dart VS Code extension settings
- Commands:
Melos: Bootstrap
: Runmelos bootstrap
Melos: Clean
: Runmelos clean
Melos: Run script
: Select and run a script frommelos.yaml
Melos: Show package graph
: Show a diagram of the package graph