I just got an ad in VS Code

(postimg.cc)

73 points | by leecommamichael 11 hours ago

10 comments

  • eadmund 6 hours ago
    Just install Emacs. It respects your freedom, and it respects your rights.
    • rk06 3 hours ago
      I have attempted it and couldn't make it work.

      Maybe i lacked the grit, and patience, or maybe emacs is not meant for beginners or windows. However, there is a need for docs on how to move from vscode to emacs.

      • herewulf 51 minutes ago
        Did you try an Emacs distribution like Doom Emacs or Space Emacs? Or did you try vanilla Emacs? The latter is not going to give you a very good IDE type experience without said grit, etc, so I recommend the former.

        Also, there are lots of ways to run on Windows other than native such as WSL, Linux VM, Docker, etc. Though I ran the Portacle distribution quite successfully on native Windows once (when it was my only choice).

    • RestartKernel 4 hours ago
      Love it or hate it, VSCode has become the "default" for the ecosystem at large, especially for Web development. For me personally, moving away would end up costing me more time (in getting alternative text editors to work with my tooling, or doing without) than it takes me to dismiss these popups.

      Doesn't take away from how awful it is that a corporation usurped the ecosystem like this, but I am not idealistic enough to fight the current.

      • t-writescode 4 hours ago
        I guess it's just more reason for me to continue to be happy that I mostly use IntelliJ with occasional trips into Fleet (their VSCode competitor)

        addendum: it really sucks when a free product that has positioned itself as the defacto product starts to get obnoxious about taking your data (logging in) and charging you for things (Copilot), especially when it's a multinational megacorp who is probably creating and distributing such a product to gain market dominance and crowd out its competitors. (add: this part of the sentence is probably meaner than it needs to be. The people that made VSCode probably wanted to just make a really nice Atom enhancement that worked well with .net. This stuff has been business demands.)

        More addendum: If Microsoft didn't want to be pushy about this, they could have included the option in a Version Update announcement on a new tab or something. Wherever release notes and release announcements are normally put.

        • pjmlp 57 minutes ago
          If notifications for products from the vendor are ads, then JetBrains does ads just like Microsoft.

          Lets talk about JetBrains pushing AI as well? Initially it couldn't even be disabled.

        • quickslowdown 4 hours ago
          I don't think I've heard of Fleet but I'm definitely interested! Do you know if there's any info on what the pricing will be like when it's out of preview? I'm not against paying for my editor, but I also don't love the idea of a subscription and having to sign in and stuff.
      • dingnuts 4 hours ago
        I've only been using Emacs for about twelve years, so I'm still pretty new, but in that time I've heard the above statement ("it's the default") about Sublime Text, Atom, JetBrains IDEs, and now VSCode.

        I wonder which editor you will learn next, when VSCode falls out of style. I will still be using Emacs.

        • RestartKernel 4 hours ago
          I suppose, but these "default" tools have all had their place in the market because Emacs or Vim are evidently not meeting demand. Which gets to my point that telling someone to "just switch" is not very helpful.
          • acomjean 4 hours ago
            I use Emacs when I’m code editing (especially when sshing). I love it but. The problem with emacs and vim to my mind is they are hard to configure. Like I’ve edited a .eMacs file but it’s in some lisp and adding plug ins isn’t intuitive. Maybe it’s better now, but it’s confusing. I use plain eMacs as distributed by my distro..

            I use vs code annd jet brains too and it’s fairly straight forward to add in any plugin for this or that. They’re discoverable too. I don’t use a ton but some are helpful.

            • petre 2 hours ago
              I bet it has some plugin manager like Vim (for which I use pathogen).

              I also use VSCodium on the desktop simce Atom was abandoned and Vim when editing over ssh. I wanted to like Zed but everything is now infested with AI and the packaging sucks. I just want a nice looking UI desktop editor with Sublime style multiple cursors and without the BS. Git, Copilot etc is deactivated in my VSCode, I don't even use its terminal. But it keeps breaking things or adding crap. Of course, it needs to be open spurce and free. They can charge all they want for plugins and AI which I don't use.

          • anal_reactor 2 hours ago
            The biggest advantage of VSCode is that it "just works". The UI is very intuitive, you can just install it and start coding. Meanwhile you can make a whole academic career out of "how to set up vim and Emacs", which is indeed fun in its own way, but it's not what most people need.

            To give some kind of comparison, I love getting lost in C++ documentation and writing complex templates. It's a form of art. But when I want to actually write a program that does something, I do it in python, because it allows me to focus on the problem, rather than the tool.

            I don't see this problem being resolved in near future. The core philosophy being vim and Emacs is incompatible with the idea of IDE that "just works".

    • cobalttallow 5 hours ago
      [flagged]
    • AStonesThrow 6 hours ago
      Since Emacs is fully programmable, fully connected with virtually no “permissions” system, and there is no structure to scan, validate, or flag third-party extensions/elisp code, I would suggest that it stands as a prime vector for malware!
      • owebmaster 6 hours ago
        > I would suggest that it stands as a prime vector for malware!

        I would suggest you send an email to rms@gnu.org, he might disagree.

        • AStonesThrow 5 hours ago
          I have no idea who may receive or read his email messages.

          For a long time in the early 90s, he set no password on his accounts at MIT. Anyone could, and did, log in to rms@gnu.ai.mit.edu and it was basically a "public access system".

          Richard Stallman fundamentally rejects information security principles and practices. He absolutely hates it when systems are secure and impregnable. Richard Stallman is an extremist zealot; he's extraordinarily idealistic, but his ideals themselves are unrealistic for real-world operations.

          Previously: https://news.ycombinator.com/item?id=42256409

          https://news.ycombinator.com/item?id=23421738

          The GNU Project indeed itemizes a few "known security risks" in their own FAQ: https://www.gnu.org/software/emacs/manual/html_node/efaq/Sec...

          • DiggyJohnson 5 hours ago
            Okay that seems needlessly obtuse. I think yall would get along actually based on the tone and content of your replies.
            • AStonesThrow 4 hours ago
              Did they not precisely validate what I wrote? GNU themselves says caveat emptor when installing 3rd party code. There’s no trusted path and no validation, and they admit it.
  • leecommamichael 11 hours ago
    Has anyone else had this ad recently? My tolerance for being advertised to is already low... I suppose it's time to just use neovim.
    • Saris 6 hours ago
      Or maybe https://vscodium.com/

      But some extensions aren't available IIRC, like PlatformIO.

    • sixtyj 11 hours ago
      If you have to have post-it note how to escape Vim, I think a lot of people will stick with VS Code with ads /s
      • Ey7NFZ3P0nzAe 20 minutes ago
        LLMs make it really easy to learn vim/neovim
  • bionhoward 7 hours ago
    they just want to steal your whole codebase to train AI and then turn around and prohibit you from using it to code competing products or services. You know, the OpenAI/Gemini/Anthropic/xAI strategy

    What a time to be alive!

  • KomoD 10 hours ago
    Never got that, I'm guessing you have the copilot extension and that it is what is causing it
    • KTibow 4 hours ago
      VS Code is tightly integrated into Copilot even if you don't install the extension these days. It even has its own button in the title bar.
  • Apreche 4 hours ago
    Do you have the setting `extensions.ignoreRecommendations` enabled?
  • ryandrake 7 hours ago
    Yet another “Maybe Later” anti-UI. What ever happened to “No?”

    Microsoft is like a creepy guy in a nightclub going up to every woman, asking “Do you want to dance? [Yes] [Maybe Later]”

    Their deliberate misunderstanding of user consent should be criminal.

    • bslanej 6 hours ago
      I think maybe later means no. But it’s worded to assure the user that the choice is reversible.
      • Isamu 5 hours ago
        It’s worded that way to assure the user that they will ask again. And again.
      • abraae 5 hours ago
        > But it’s worded to assure the user that the choice is reversible

        .. While also disrespecting anyone who never wants to avail themselves. What happened to good old "Don't ask me again"?

      • bolognafairy 6 hours ago
        Yep. This is what the vast majority of “maybe later”s are about. I’ve seen decisions being made based on this fact, and I’ve seen users worried about an irreversible fork in the road.

        There are of course cases where “maybe later” does legitimately mean “we’re going to ask you again in a week”. I see those myself, and I hate them.

  • kebokyo 1 hour ago
    Quick context questions: 1. What were you doing right before this popped up? 2. Was this unprompted or did you click something to make this pop up? If so, what? 3. Have you used GitHub Copilot before? 4. Are you signed into your GitHub account?
  • philonoist 2 hours ago
    Is there a uBlock Origin for VS Code?

    My work and my personal projects are deeply tied to the official extensions that neovim,helix,zed,emacs,etc. lack.

  • kristopolous 4 hours ago
    I mean there is a genuinely free tier that doesn't ask for credit cards or anything... that used to not be the case. More of an announcement than anything.

    It's pretty mild.

    • throwaway39878 4 hours ago
      It's "free" in the same way that Google's services are "free". You pay with your data. Can't say they aren't upfront about it, at least.
  • nsonha 5 hours ago
    How dare they put a pop-up promoting a feature of a software inside that software, like, once. Do they think they get a pass because only nagging pop-ups are considered ad? /s
    • microflash 2 hours ago
      Once? There’s no “once”. It’s “Sign up” or “Maybe later”.
      • nsonha 1 hour ago
        Speculation much? I use vscode. I didn't see this popped up more than once. Do you actually know that they nag or you just hate by default?