VOOZH about

URL: https://thenewstack.io/agentic-coding-and-the-weakness-of-extensions-for-ides/

⇱ Agentic Coding and the Weakness of Extensions for IDEs - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-08-16 06:00:51
Agentic Coding and the Weakness of Extensions for IDEs
AI / Developer tools / Software Development

Agentic Coding and the Weakness of Extensions for IDEs

An IDE with a plugin extension model was never meant to be used as a permanent solution at the scale it has been in the agentic coding era.
Aug 16th, 2025 6:00am by David Eastman
👁 Featued image for: Agentic Coding and the Weakness of Extensions for IDEs
Image via Unsplash+. 

A few weeks ago we got a warning about extension marketplaces. The reported story was that a cryptocurrency developer, using the Cursor AI IDE (which is a fork of Visual Studio Code) noticed that he was short a considerable amount of cryptocurrency; about half a million dollars worth. What happened? He realised his development system had been hacked and so he asked investigators to help.

The malicious code was traced to a VS Code extension, that ostensibly added Solidity language support — which is used for writing smart contracts within Ethereum. The extension, after it had been installed, downloaded a script that effectively gave remote control (via ScreenConnect in this case) to an attacker. The extension itself was just a carrier.

Now, obviously, once you see the term “cryptocurrency,” most people will assume that there are no lessons to be learnt — because, well, obviously, cryptocurrency is just a scam anyway and anyone working on it is somehow problematic. But hold on a moment.

How many times have you looked to add extensions for a new project, especially in VS Code, and saw multiple extensions that could be what you need? For example, one is named “C# Tools,” another says “C# Additions,” and yet another says “C# Essentials.” What to do? Yes, you look at the number of downloads. But our cryptocurrency developer in the story above saw that the valid and invalid extension had a similar number of downloads — in fact, the fake one was higher up in the ranking list of Solidity extensions. Bot activity had simply inflated the statistics, but the attackers also understood Open VSX’s ranking algorithm well enough to fool the system.

The problem isn’t that one piece of a complex system can be attacked. The problem is that an IDE with a plugin extension model was never meant to be used as a permanent solution at the scale it has been.

In the case of Cursor AI, because it isn’t a Microsoft product, it can’t use the Visual Studio extension marketplaceInstead, it uses the competing open VSX marketplace, which is a “vendor-neutral registry for VS Code extensions.” Microsoft’s reputation requires it to carefully police its marketplaces. Understandably, there is slightly less scrutiny in an open marketplace. This is the usual security vs. innovation trade-off. As this excellent Java Brains video points out, even if the code is clean on GitHub, by the time it is packaged into an extension, it might have become adulterated.

I mentioned in an early review of Augment Code that swapping extensions in and out not only destabilised VS Code, but the UI actually couldn’t tell you which extensions were active. The platform became completely inconsistent. I think a routine in Augment noticed the issue first:

👁 Image

Extensions don’t work as peer systems properly, so they can’t really share state information.

I also mentioned that Cursor, being a fork of VS Code, had consequences — the most obvious one being that you can’t work directly with the .NET debugger in the IDE. This means the many fans of Cursor AI usually have Visual Studio Code open too, in order to work with C#. The fact that a popular IDE is built on top of another one, which then can’t use the existing marketplace, should immediately be a red flag.

Let’s not get tangled up in security issues. After all, these problems exist everywhere. What we need to focus on is the design issues around the IDE ecosystem. It requires trust through third parties, or the Sauron eye of Microsoft, to check everything. Ultimatel,y the problem is that a temporary coping mechanism is being leaned on to deliver mainstream functionality for LLMs. There really needs to be building platforms at a lower level, which will allow more IDEs to be developed with secure open source components that can naturally encompass innovation with AI.

Visual Studio Code has been successful as a transition from single-language code editors, but it is now an architectural dead end.

Agentic AI in the Terminal to the Rescue?

We should thank VS Code for ushering in LLM boosted development, but we are now in the Agentic Era. While I’ve already indicated in various reviews over the last few months that there is quite a lot of variation with the various terminal-based Agentic Command Line Interfaces, they represent a fresh design perspective while being much less complex than a fully blown IDE.

That’s why Claude Code is, so far, the product that has made the biggest splash of the year. It’s too early to tell whether Anthropic’s Model Context Protocol (MCP) represents a more robust way to extend tooling abilities, but the innovation in this area is healthy.

In reality, the Agentic terminal doesn’t replace a code editor, but it does take the pressure off using the IDE as the sole platform for a fully AI-boosted workflow. IDE design issues need not weigh down LLM development as well.

Conclusion

The Agentic Command Line Interface gives us a chance to explore better workflow designs, independent from the current IDE ecosystem. Whether it is successful or not, it has given developers a chance to reflect on the options that best help them use LLMs in their everyday work.

We already have enough to worry about with bias in LLM weightings, hallucinations, token expense, etc. We can’t really be expected to spend bandwidth on IDE issues too. LLMs included as extensions to IDEs just add unnecessary instability.

There is room for a quite considerable redesign of the developer’s workbench with LLM assistance, while leaving IDEs to do what they were built for — to allow humans to hack code.

TRENDING STORIES
David has been a London-based professional software developer with Oracle Corp. and British Telecom, and a consultant helping teams work in a more agile fashion. He wrote a book on UI design and has been writing technical articles ever since....
Read more from David Eastman
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Anthropic.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.