Editable-packages package list entries unused

tested with 6.4 and 6.5 preview

using commandline args --editable-packages does not respect the given package list but instead just opens all of them editable.

tested in vs and gamma launcher
with and without wildcards
with and without semicolons to rule out trailing empty entries like --editable-packages VL.Skia*;

All packages depending on the one marked as editable will also be editable. There’s not really another choice in the current design. But since we use this feature rather daily I’m pretty sure it works correctly.

makes sense.
didn’t think about a dependency between VL.Skia and VL.Stride which is the case i stumbled over