melos-code
melos-code copied to clipboard
An extension to add support for using Melos with Visual Studio Code.
Supported https://melos.invertase.dev/configuration/scripts#steps
Hi How can I save the dependency graph? Right now, I can only visualize it, inside the VSCode, but I really need to export it to show my team.
I recently found out that it's possible to have melos scripts accept arguments. For example: ```yaml scripts: pub: melos exec -c 1 -- flutter pub "$@" ``` would allow running...
 the extension currently marks `changelogs` as an error, but it isn't https://melos.invertase.dev/configuration/overview#commandversionchangelogs
Discussion of this feature started in https://github.com/invertase/melos/pull/218. When Melos workspaces get large, it can be useful to work with only a sub graph of the overall package graph. In VS...
I received a warning with scripts following the official documentation. https://melos.invertase.dev/configuration/scripts#steps