• @vermaterc@lemmy.ml
    link
    fedilink
    22526 days ago

    A few things to point out:

    • Microsoft created this extension and pays money to develop it
    • Despite that, they give it to programmers for free. It is still free of charge.
    • They explicitly said that using it outside of their products is forbidden (according to article: at least 5 years ago), they just didn’t enforce it
    • Someone (here: Cursor developers), despite that, used it in their products and started to make money from it

    What exactly are you mad at? When will programming community finally understand that Microsoft is not a non-profit company and its primary purpose is to make money?

      • @sp3ctr4l@lemmy.dbzer0.com
        link
        fedilink
        English
        71
        edit-2
        26 days ago

        Embrace.

        Extend.

        Extinguish. Extract rent now that everyone lives in / depends on your proprietary ecosystem.

        I’d say they can’t keep getting away with it!, but history shows they clearly can.

        Literally monopolist strategy 101.

        • @xthexder@l.sw0.com
          link
          fedilink
          1325 days ago

          This was all people were talking about when they bought GitHub. We’ve past the “Extend” stage now.

      • Eyedust
        link
        fedilink
        English
        1325 days ago

        One that’s worked for Microsoft many times before (docx, for example). Its their favorite loophole.

    • @x00z@lemmy.world
      link
      fedilink
      English
      7026 days ago

      It’s also blocked in VSCodium whose developers are not making money off it.

      So that’s not a nice thing.

      • @monogram@feddit.nl
        link
        fedilink
        English
        2025 days ago

        At least VSCodium cares about software licenses, (see it works both ways)

        That Cursor (an AI focused) fork doesn’t shouldn’t be very shocking.

    • Ephera
      link
      fedilink
      English
      4426 days ago

      The problem is that they’re killing competition. Treating a company with the market dominance of Microsoft like a normal company would be fatal for humanity. Because they are eliminating innovation by Cursor and they do not need to do this to finance their own innovation. Effectively, humanity gets less innovation by Microsoft doing this.

      • @recall519@lemm.ee
        link
        fedilink
        English
        2826 days ago

        But Microsoft developed it in the first place. It’s perfectly within their rights to pull it and developers making money off of their work isn’t bad either. I love a good pitchfork to corporate, but this is honestly fine.

        • @vivendi@programming.dev
          link
          fedilink
          English
          2426 days ago

          Well; companies used to get anti-trust laser canon’ed from orbit for less; but good luck with that in modern America

          • @ByteJunk@lemmy.world
            link
            fedilink
            925 days ago

            I wholeheartedly agree that monopolistic practices should be nuked instantly, but I disagree that this was ever well enforced. Microsoft got away with murder in the 90’s before they went to court and even then, feels like they got a slap on the wrist…

            I think that this particular case is very far from that, but it does start to smell the same.

            • @Colloidal@programming.dev
              link
              fedilink
              English
              524 days ago

              You should study about the trustbusting era of early 1900s. Then in the late 70s a new law reinforced antitrust legislation.

              The issue is that the pendulum swings fast away from trustbusting and slowly back to it. Trustbusting creates economic development and prosperity, reducing public outcry for it, and capitalists yank the levers of government again towards monopoly building.

              You mention the nineties, by even then Netscape successfully challenged Microsoft. But it was too little too late. The pendulum was already swinging back to monopoly, and it’s reaching it’s maximum in our days.

        • lacaio da inquisição
          link
          fedilink
          114 days ago

          I think owning a platform like GitHub and acting like you can profit out of your code (not your product) isn’t good news.

      • @cley_faye@lemmy.world
        link
        fedilink
        2125 days ago

        The problem is that they’re killing competition.

        So, they pay to develop a product, for themselves, explicitly says “it’s only for us, shoo shoo”, and when they decide that their product, that they pay for, and provide for free to their user, should not be used by other, it kills the competition that did not do anything except take the product for free despite being told not to?

        I’m not on the side of Microsoft for most things. But if doing nothing but taking someone else’s free product qualifies to be competition that should be protected, we’re having problems.

        • Ephera
          link
          fedilink
          English
          925 days ago

          You’re looking at it in isolation, I’m looking at it in terms of this being Microsoft, a company which has held humanity back for most of its existence, now retracting something where they did a decent thing for once.

    • @priapus@sh.itjust.works
      link
      fedilink
      English
      2026 days ago

      Plus you can always just use clangd. Its what I’ve always used with every text editor that has LSP support.

      • @XPost3000@lemmy.ml
        link
        fedilink
        926 days ago

        Honestly moving to clangd has got to be the single best thing I’ve done in C++, it’s cross platform and I’ve found it to be significantly faster, more reliable, and more featureful than Microsoft’s C++ plugin by a long shot

        • @priapus@sh.itjust.works
          link
          fedilink
          English
          2
          edit-2
          25 days ago

          I havent used vscode in while but I do remember having a lot of issues with the Microsoft C++ plugin, especially in large projects. I switched to clangd very quickly.

      • شاهد على إبادة
        link
        fedilink
        726 days ago

        Clang is a better C++ compiler than msvc, it generates faster binaries and can compile complex code that msvc errs on at least in my experience YMMV.

    • @PokerChips@programming.dev
      link
      fedilink
      1125 days ago

      Because a .vscode still pollute most open source projects. It"s annoying that they get people hooked on it that could use better tools instead.

    • @lobut@lemmy.ca
      link
      fedilink
      324 days ago

      I heard Theo talking about this and I think he guessed that they don’t want to maintain these against forks is the number of people raising issues that are not related to the extension and more due to the fork.

      His video goes into a lot of good detail as to what’s likely going on.

      What Theo also says is that remember that they don’t make any money off of VSCode at all.

      • @synapse3252@sh.itjust.works
        link
        fedilink
        726 days ago

        I’m not up-to-date: what did they do to the C# extension? I’ve been using it on a personal project and haven’t experienced anything egregiously terrible (yet)

        • copygirl
          link
          fedilink
          English
          1826 days ago

          A lot of the C# ecosystem is open source (thank goodness), but the official debugger isn’t, hence it only being available in the proprietary version of VSCode.

    • @cley_faye@lemmy.world
      link
      fedilink
      1125 days ago

      It was explicitly said to not use this outside of VSCode, so, I’m not sure where the surprise comes from.

  • @chakli@lemmy.world
    link
    fedilink
    5626 days ago

    If someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb.

    The only things I am lacking now is the one for remote, python.

    • @cmrss2@aussie.zone
      link
      fedilink
      526 days ago

      BasedPyright should have you covered on the Python end, the downside is you also need to install the PyPi package.

      Have used it and it’s excellent, even has additional features over Pylance

      • Eager Eagle
        link
        fedilink
        English
        126 days ago

        Do you still have refactoring tools with it, like symbol renaming, go to definition, and extract method?

        • @cmrss2@aussie.zone
          link
          fedilink
          125 days ago

          I think so, and it might even be a feature of the upstream Microsoft OSS Pyright, so even that version should(?) have those features available

    • JustEnoughDucks
      link
      fedilink
      125 days ago

      I am trying to figure out how to get zephyr, platformio, and nrfconnect to work with clangd.

      Platformio screams every second because Microsoft’s tooling is a dependency.

      Zephyr and nrfconnect work for many things, but things like including drivers from zephyr/drivers doesn’t autofill which is annoying if you are searching for a driver that might exist in nrfconnect or might not because there are some differences. It also doesn’t autofill macros and device tree defines.

      If anyone has a good guide on how to set up clangd for zephyr, I would appreciate it!

  • Lee Duna
    link
    fedilink
    English
    3525 days ago

    sounds like M$'s real face : Embrace, Extend, and Extinguish

  • Realitätsverlust
    link
    fedilink
    English
    31
    edit-2
    25 days ago

    A company that is known for doing shitty things does shitty things.

    Color me fucking surprised.

    Honestly, at this point, I have ZERO sympathy for people who are still actively using microsoft products and running into problems.

  • @thingsiplay@beehaw.org
    link
    fedilink
    2926 days ago

    Good example why you don’t want to use and rely on proprietary software (the extension is not 100% open source as I understand), if there are free (as in source code and license) alternatives.

    • @spacecadet@lemm.ee
      link
      fedilink
      2326 days ago

      A professor once told me “don’t trust ‘free software’ from a megacorp”, most important thing I learned in college.

  • daskye
    link
    fedilink
    2826 days ago

    I think a lot of people would really benefit from learning neovim

  • @fubarx@lemmy.world
    link
    fedilink
    2626 days ago

    Good opportunity for Jetbrains to jump in. Maybe if they MIT licensed their community-edition tools.

    • @flubba86@lemmy.world
      link
      fedilink
      1925 days ago

      Jetbrains have gone the opposite direction unfortunately. The latest version of PyCharm came with the announcement that PyCharm Community is being discontinued. Instead, they will provide just one PyCharm (the closed source one) formerly PyCharm Professional, that can operated in a Basic (Free) mode, or a Pro (Licenced) mode. Also, some features that were free in Community edition will be moved to the Pro mode in the new PyCharm.

      It doesn’t affect me personally because my workplace pays for a pro subscription for me, but I used PyCharm Community for 4 years during uni and I’m sad it’s going.

      • @carrylex@lemmy.world
        link
        fedilink
        1425 days ago

        Not sure if you read this blog post: https://blog.jetbrains.com/pycharm/2025/04/unified-pycharm/

        Rest assured – our commitment to open-source development remains as strong as ever. The Community Edition codebase will stay public on GitHub, and we’ll continue to maintain and update it. We’ll also provide an easy way to build PyCharm from source via GitHub Actions.

        PyCharm is - like all JetBrains IDEs - based on intellij-community and the “Pro” stuff just some fancy pre-installed plugin that requires a license.

        Alternatively, you may choose to manually switch to the new PyCharm immediately and keep using everything you have now for free, plus the support for Jupyter notebooks.

        So all community functionallities will also be available in the unified edition for free.

        Also the Pro license - which you can also get 4 free in like 10 different ways - pricing is extremely fair: A license costs $100-60 for an individual, which is cheaper than most streaming subscriptions…

        • @flubba86@lemmy.world
          link
          fedilink
          525 days ago

          Yes you’re right, they do. But 10 years ago when I was studying, my university (in Australia) was not on their list of valid academic institutions.

          I still have access to my uni email address, and earlier this year I found indeed I could use it to get access to a free Jetbrains student licence.

        • fembinary
          link
          fedilink
          1
          edit-2
          24 days ago

          personally, after trying theia, i know its good, but its extremely hard to configure some things like i want to, because even though it is the same editor as they put it, i cant do some things the same way. Found issues about this, turns out they are from 2019. Kind of sucks.

  • @MonkderVierte@lemmy.ml
    link
    fedilink
    2025 days ago

    They pulled the same thing with their widely used office format: base capabilities are standardised but most useful stuff is proprietary extension.

  • @Auzy@aussie.zone
    link
    fedilink
    1125 days ago

    Not sure about the c/c++ support, but zed has greatly improved and it’s looking like a real long term alternative at this point

  • fmstrat
    link
    fedilink
    English
    1025 days ago

    Maybe we need a new movement (or revisit past ideas from the 70s) that focuses on ensuring the openness regarding freedoms of computing (😉) that combat proprietary SaaS offerings? idk.

    This is why OSS as an org needs a change IMO. Licenses like SSPLv1, where software can be supplied for free with options that allow a company to make money without risk of a cloud vendor snapping up their software (think Redis, MongoDB, etc) need a place at the table.

    • @moonpiedumplings@programming.dev
      link
      fedilink
      English
      6
      edit-2
      25 days ago

      Licenses like SSPLv1

      The SSPL requires that all software used to deploy SSPL software is open sourced. If I deploy my software on Windows, do I have to provide the source code for Windows? What about the proprietary hardware drivers, or Intel Management Engine?

      The SSPL is not the next generation of licenses, it is effectively unusable. And both Redis and Mongo, dual licensed their software as the SSPL, and a proprietary license — effectively making their entire software proprietary.

      make money without risk of a cloud vendor snapping up their software (think Redis, MongoDB, etc) need a place at the table.

      Except Redis, and Mongo were making money. They had well valued, well earning SAAS offerings — it’s just that the offerings integrated into existing cloud vendors would be more popular (because vendor lock in). They just wanted more money, and were hoping that by going proprietary, they could force customers away from the cloud offers to themselves, and massively increase their revenue… They did not get that.

      Another thing is that it’s not “stealing” Mongo/Redis’ when cloud vendors offer SAAS’s of Mongo/Redis. Mongo/Redis, and their SAAS offerings, are only possible because the same cloud vendors put more money than Mongo/Redis make yearly into Linux and other software that powers the SAAS offerings of Mongo/Redis, like Kubernetes. Without that software, Mongo/Redis wouldn’t have a SAAS offering at all.

      I definitely think that it’s bad when a piece of software doesn’t get any funding it needs to develop, especially when it powers much more modern software, like XZ. But Mongo/Redis weren’t suffering from a lack of funding at all. They’re just mad they had to share their toys, and tried to take them away. But it didn’t even matter in the end.