melos-code icon indicating copy to clipboard operation
melos-code copied to clipboard

An extension to add support for using Melos with Visual Studio Code.

Results 14 melos-code issues
Sort by recently updated
recently updated
newest added

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

![image](https://user-images.githubusercontent.com/12999702/206902512-118a29a3-362d-4dd8-bbdc-2096599b607f.png) 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