microsoft / pxt-mkc

Command line tool for MakeCode editors
https://microsoft.github.io/pxt-mkc/
MIT License
11 stars 6 forks source link

links instructions is ignored #110

Open pelikhan opened 1 year ago

pelikhan commented 1 year ago

mkc ignore include instruction that allows to override dependencies with local packages.

Here is an example: https://github.com/microsoft/pxt-jacdac/blob/master/mkc.json#L7

If you build pxt-jacdac/packages/servo for example, it should not download pxt-jacdac from github, but use the local package as defined in https://github.com/microsoft/pxt-jacdac/blob/master/links.json