r/vscode • u/Kingham2211 • 3h ago
r/vscode • u/AutoModerator • 1d ago
Weekly theme sharing thread
Weekly thread to show off new themes, and ask what certain themes/fonts are.
Creators, please do not post your theme every week.
New posts regarding themes will be removed.
r/vscode • u/Enough_Breadfruit946 • 20m ago
I'm new to coding agent model. Can someone explain it to me?
I use Cline in VScode with a free model that claims to have a 1.3M token context window and free input/output. But why am I hitting a daily limit after using only 178k? (i forgot to take screenshot for 2nd image).
If I pay for an API key and use a model like Claude Opus 5 ($5/M input, $25/M output), I'm worried about how much it will cost me later.
r/vscode • u/Student0010 • 23h ago
VSCode being slow/lagging
Is there a reason why the same repo that i've used has been giving me issues with lagging and being slow all around? Is it to do with the Al "features" in the non stop updates or is there a cache i can clear?
For example: staging changes to commit, it happened near instantaneously. It's taking more than a few seconds to update. The "bar" in source control keeps "Ioadin/buffering" left to right for minutes at a time.
What's going on?
r/vscode • u/angelmtztrc • 1d ago
VSCode layout
Is there any way of setup VScode to look kinda like Zed? With the 1 - 2 - 1 layout? I usually distribute the layout in Zed like the following:
Explorer (Left) | Code (Top) - Terminal (Bottom) | OpenCode (Right)
This layout is basically the default for VScode if you use the "Chat" or Codex, but I don't see any option for having a "custom" panel or a secondary terminal panel, since I don't use the "Chat" or "Codex" ones
help pls
Hi guys. here's the problem. Python courses ask to use the GitBash console, but I simply don't have it in my selection, even though it's installed (locally for my user). I spent three hours fiddling with the configuration settings, and in the end, JSON understood it faster than Python, but the console still didn't work. Can you please help
r/vscode • u/MagicWolfEye • 2d ago
This is just getting ridiculous
I have kind of accepted that VSCode gets an update like every day to add ever more stupid AI stuff, but today it was more dumb than ever.
So this is the left side of the update log:
In this update
- Agents
- Chat
- Accessibility
- Editor Experience
- Code Editing
- Deprecated features and settings
- Thank you
I looked at this and was like "oh wow, they did something else than just slop". Well, I thought wrong. Clicking on Accessibility, Editor Experience or Code Editing ... does nothing. Because those headings don't even exist in the changelog; what is this? Is there actually any person still involved in this project at all?
r/vscode • u/clankill3r • 2d ago
My Top 5 VSCode bug
1:
I can crash now 100% of the time now by closing the last item in the 2nd editor tab.
https://reddit.com/link/1w2dqfa/video/w54tlmrpjhmh1/player
The icon that shows for unsaved changes does not disappear on save.
And if it is not there then it does not appear when making changes.
In order for it to update I have to change tabs first.

- VSCode has glitches in f.ont rendering that disappear on hover.

From here on it's probably related to the java extension.
4.
No editor symbols unless I restart the editor

- Sometimes pasting shows a wait icon and can take up to 30 seconds to paste a single line of text.

I got tired of babysitting Claude Code, so I built an extension to auto-accept commands (with safety guardrails)
The constant clicking of "Allow" every time Claude wants to run bash, edit a file, or fetch docs was completely killing my flow. AI is supposed to speed us up, but the permission prompts make it feel like you’re micromanaging an intern.
I built a VS Code extension to fix this. It adds a simple toggle to your status bar that auto-approves Claude's actions so it can just work in the background.
How it works:
Zero Friction: It intercepts Claude Code's permission hooks. If it's a standard edit or read, it auto-accepts.
Smart Pauses: It only stops and pings you (with an attention sound) when Claude explicitly throws an AskUserQuestion.
Free Tier: Gets you 200 auto-accepts every day (which covers most casual coding sessions). It also includes an activity dashboard to see how many clicks you've saved.
Remote SSH: Works perfectly if you're developing on a remote server/container.
Webhooks: Pings your Slack/Discord/Telegram when a long task is done or it needs your input.
Time Machine: Takes auto-snapshots before every turn so you can rewind if Claude breaks something
r/vscode • u/SnooHobbies950 • 2d ago
I created a LSP Proxy for JS dialects (it's still a prototype)
Hi, I've created an LSP Proxy. It is still in alpha phase: https://github.com/gchumillas/lsp-proxy
It turns out I created a JS dialect with support for defer(s) (from Go). It's basically 99.9% JS and 0.01% dialect. So, instead of creating an LSP from scratch I decided to create an LSP Proxy and take advantage of what we already have.
Since I'm not a domain expert, I used Sonnet 4.6 and Fable 5 to create an experimental prototype. And it works! In fact, it works very well. But now it's time to continue the development.
And I was wondering if you'd like to contribute. The tickets are ordered by priority: https://github.com/users/gchumillas/projects/7/views/1
I think it's an interesting project and that many DSL designers could benefit from it.
r/vscode • u/AnimeGuyFeet • 1d ago
Is it safe to assume any file you open with vscode gets sent to microsoft even with telemetry data off?
Title
r/vscode • u/DonkeyTheKing • 2d ago
New agentic harness reads LESS source code to write better quality code
It is available on VS Code extention market
VSCode remote SSH?
Sup everyone,
very new to this sub, but been lurking. I have been using VSCode for a couple of years, mainly Python, JavaScript and HTML.
I have a somewhat dumb idea, and that is to host a MUD/dungeon crawler game using SSH. The problem is GUI forwarding.
I thought I could host a remote session in VSCode and people would connect to it. I'm afraid the Tcl/Tk graphics won't show up on the client screen, only CLI.
Also, I have no idea how to set it up with restrictions etc.
Any ideas?
-ef
r/vscode • u/Available-Trouble-23 • 2d ago
My AI token usage was just a sad number in a dashboard, so now it hatches Pokémon in my status bar
I burn a stupid amount of tokens in Claude Code and Codex every day, and the only feedback I ever got for it was a number going up somewhere. At some point I realized that number is basically EXP, so I built this.
It's a VS Code extension that parses the usage logs the CLIs already write to your disk (claude code, codex, gemini, copilot, cursor and a few more) and turns them into a pokémon game. Your real spend incubates an egg, whatever hatches evolves through its actual evolution line while you work, and every couple million tokens a wild pokémon shows up in the sidebar and waits in a queue. No popups, I hate popups. You buy pokéballs with the tokens you already burned, and throws use the actual gen 4 catch formula on each species' real capture rate, so a legendary sits at ~3.6% with a basic ball and will happily eat your entire stock and flee. The endgame is filling the dex, 649 slots.
It never uploads anything, that part was non-negotiable for me. Logs are parsed locally in a worker thread and the only network calls are to pokéapi for sprites (nothing pokémon-related is bundled, it's a fan work, not affiliated with nintendo in any way). Free and MIT.
Marketplace: https://marketplace.visualstudio.com/items?itemName=diegomarty.tokendex
GitHub: https://github.com/diegomarty/tokendex
Favorite bug so far: the companion's idle bounce had never worked in any version because the CSS referenced keyframes I never wrote. Shipped like that for weeks and I only noticed while recording the gif.
r/vscode • u/Rich-Career5526 • 4d ago
Vibe coder here. How many lines of code should be in a file?
I have some files with over 3k lines of code and I just realised you’re not supposed to do that so what’s the optimal length?
r/vscode • u/wjandrea • 5d ago
"Configure Snippets" should list relevant files first - feature request #324336 - This is a backlog candidate, so please upvote if you'd like to have this!
r/vscode • u/EasyShip8390 • 5d ago
Need help beginner.
I am very new to vs code. The issue is whenever I try to use vs code on my dgpu (rtx 4050), vs code keeps changing the color a bit. Like the entire vs code becomes a little warmer for a few seconds then reverts back to the original. When I use my igpu, it stays constant and no issues. On dgpu it only happens in vs code only, I even tried to record it but in screen recording it stays the same through even though I can clearly see it's changing. It's literally very very frustrating.
Please let me know how to fix this thanks 🙏
r/vscode • u/Better-Discussion110 • 6d ago
VS Code updates are becoming a daily fight 💀
At this point, I’m starting to think VS Code updates are being generated by AI whose primary goal is to keep developers employed.
Today I tried to use Remote-SSH and got:
ms-vscode-remote.remote-ssh CANNOT use API proposal: terminalRemoteResolver
Apparently VS Code and the Remote-SSH extension had a disagreement about which API exists.
So now my development workflow is:
- Update VS Code.
- Something breaks.
- Update the extension.
- Something else breaks.
- Search GitHub for an issue written by someone who encountered this 3 hours before me.
- Downgrade VS Code.
- Question every life decision that led me to opening VS Code.
- Finally get back to work.
- VS Code releases another update.
I love AI as much as the next developer, but maybe we don't need a new AI-powered feature every 17 minutes.
I genuinely miss the days when an update meant “cool, new features” instead of “let’s see what stopped working today.”
At this rate, my most reliable development tool is going to be a screenshot of the previous version of VS Code.
Anyone else experiencing this with the recent VS Code/extension updates and found any solution?
r/vscode • u/Independent-Flow3408 • 5d ago
I made a VS Code extension that shows when your AI repo map is stale
I kept generating repo maps for coding agents, then forgetting whether the map still matched the code.
So I made a small VS Code extension that shows the map health in the status bar, regenerates it in one click, lets you query ranked files in-editor, and can register the MCP server without editing config by hand.
It runs against the local SigMap CLI. No hosted repository index.
I’m mainly looking for UX feedback: is the status-bar grade useful, or would you rather only be notified when the map becomes stale?
r/vscode • u/sohang-3112 • 6d ago
Native Markdown GUI Editor in latest VS Code 1.134.0 ! (without needing extensions)
Finally VS Code has got a native markdown GUI editor mode!! Previously we had to use extensions for this, now extensions are no longer required.
TLDR
Opening a markdown document shows a small dropdown in top right of the file to choose mode from options:
- Text Editor
- Markdown Preview
- Markdown Editor <-- this is the new mode
After selecting Mardkown Editor mode, it's by default in a read-only mode. Enable editing by clicking on the edit button (pen icon - this is also in top right).
PS: Within the Markdown Editor mode, for example to "exit" a code block, ie you want to type something below and outside the code block, simply type 3 backticks (``` & Enter), just like in Text Editor mode, to close the code block and type something below.
r/vscode • u/serieoro • 6d ago
DeepSeek Harness vs VScode
Hello everyone,
I wanted to ask if there is any benefit of switching to the DeepSeek Harness against VScode which I am currently using with the zoocode extention?
Also wanted to ask about the reasoning effort which is by defualt set to high and what do you suggest or what do you usually use?
remote ssh broken with latest update?
Today, my remote ssh extension updated.
Result: I could no longer connect to a remote; a message box was shown.
Since that was for work and I was a bit stressed, I didn't take a screenshot. However, I reinstalled the last version, and the problem was gone.
Has anyone else seen that?
r/vscode • u/DonkeyTheKing • 5d ago
Hi yall. I made a coding harness. Would appriciate feedback
Command not found on Quick Fix
Is anyone else seeing that opening the Quick Fix pop-up and invoking a fix item too quickly causes a "command not found" error? It does not matter which extension contributes the fix.
Reopening the pop-up and invoking the fix again works.
VS Code 1.135.0+, but I recall it happening in 134 too.
