In this blog post, we explore the ecosystem of open-source forks, revisit the story so far with how Microsoft has been transforming from products to services, go deep into why the Visual Studio Code ecosystem is designed to fracture, and the legal implications of this design then discuss future problems faced by the software development ecosystem if our industry continues as-is on the current path…

  • @[email protected]
    link
    fedilink
    19
    edit-2
    7 months ago

    “Its MIT open source and anyone can use it!”

    • But Microsoft only publishes a not-MIT licensed one
    • And if you DONT use that one, the extension store created by microsoft wont work
    • And even if you make your own extension store (which people did for VS Codium) you legally wont be allowed to use any of the de-facto quality of life extensions (Python, SSH, Docker, C#, C++, Live Share, etc)
    • And those extensions default to needing fully-closed-source tools develped by microsoft
    • AND, unlike Chromium, anything that tries to fork and build on top of VS Code, (e.g. gitpod; a web-based dev environment) will die because none of the de-facto/core/quality-of-life extensions people are used to will be available. They’ll have to use the Microsoft alternative (e.g. Github workspaces)

    The MIT codebase is just bait

    • @eluvatar
      link
      29 months ago

      I think when it becomes a problem it won’t be hard for the community to build their own extensions that can be used anywhere. It doesn’t hurt right now so that work hasn’t been done yet.

      • @[email protected]
        link
        fedilink
        3
        edit-2
        9 months ago

        Will it ever hurt though? Its designed to make things like GitPod feel uncomfortable while making VS Code feel good.

    • @[email protected]
      link
      fedilink
      29 months ago
      • And if you DONT use that one, the extension store wont work

      We have VSCodium and you can use a plethora of extensions with that one no problem.