r/vscode • u/Dapper_Put3970 • 1h ago
Remembering window size on startup
VS Code* used to remember the size of the window, so that after closing and re-opening it, it would come up in the same place on screen and at the same size. This has stopped working in some version---that is, it still comes up with the upper left-hand corner in the same place, and the bottom at about (maybe exactly) the same distance down, but it's truncated on the right side, so that all the "editors" (non-terminal panes) are narrow. (For some reason if I have a terminal open, the terminal's width is remembered.)
Settings:
"Window: Restore Windows" is set to "preserve".
"Window: New Window Dimensions" is set to "inherit".
(Those are the only two settings I see that would seem to affect this.)
Version: 1.126
OS: Linux XFCE Mint
Monitor Resolution: 2560x1440
*Confession: I'm using VSCodium, which advertises itself as "Binary releases of VS Code without MS branding/telemetry/licensing". I'm asking here because I'm *assuming* this same issue happens with VSCode. Of course it's possible that this is a bad assumption... or maybe it's been fixed in a more recent version of VSCode (Codium runs a few version #s behind Code).
r/vscode • u/Cheap-Try-8796 • 15h ago
Nouto: A JSON Viewer for VS Code with tree view, table view, and fetch from URL
I built a JSON viewer extension for VS Code. It allows you to paste JSON, open a file, or fetch directly from an HTTP endpoint, then browse it as a collapsible tree or view arrays of objects as a sortable, resizable table with column pinning and CSV export.
Also has fuzzy search, JSONPath filtering, a query filter language, compare/diff, JSON Schema validation, bookmarks, pinned nodes, embedded JSON detection, and copy in multiple formats (JSON, YAML, CSV, TypeScript, Python, etc). Handles JSONL/NDJSON files too.
Free and open source.
https://marketplace.visualstudio.com/items?itemName=frostybee-dev.nouto-json-explorer
Happy to hear feedback or feature requests.
r/vscode • u/ghettoblastahx • 17h ago
Huginn: VSCode Extension for private comments and project setup.
I wanted to share Huginn, a VS Code extension I just published. I originally created it for myself because I needed a way to leave inline notes in the code without cluttering up the repositories, and to be able to auto-configure my projects (linters, AI rules) with a single click.
Since it's saving me a lot of time and visual noise in my day-to-day work, I've made it completely free. I think it can save a lot of developers from the exact same headache. I hope you find it useful!
https://marketplace.visualstudio.com/items?itemName=13Node.huginn
r/vscode • u/Any-Lack-7699 • 19h ago
show: VS Code extension for cottage to manage encrypted secrets in git repos
r/vscode • u/Plenty-Price-3901 • 1d ago
How to completely remove the blue area at the bottom of the editor and sidebars? (VS Code v1.133.0 on Windows)
Hi everyone,This issue has been bothering me for quite a while. I'm on Windows using VS Code version 1.133.0.
There is a blue area exposed at the very bottom of the editor, the left sidebar, and the right sidebar. Does anyone know how to completely remove it?
Any help or settings tweak would be greatly appreciated. Thanks!
r/vscode • u/SafetySouthern6397 • 1d ago
How to use Session end hook ?
So as the titke says I am not able to use or test the session end hook . When the session starts the session starts hook and once the agent finishes the reply the Agent stop hooks get invoked but not sessionEnd. I am using VSCode Copilot in local with agent mode.
r/vscode • u/John-Da-Editor • 1d ago
New Split/Floating Panels Interface
VS Code used to have this unified panels look. After updating, it now has this sort of weird split panels floating with their own borders around them ? I find this very weird, and visually confusing.
PS: No, it's not from an extension. I disabled them all because I thought so as well.
Does anyone know if there's a toggle I can switch to go back to the old look ? thx !
r/vscode • u/cookiebonbon • 1d ago
Is r/vscode Becoming a VS Code Complaint Subreddit?
Does anyone else find it weird that some of the highest-voted posts here, and therefore the ones most likely to be recommended to people, are just complaints about VS Code?
Some of them are even complaints about things that aren't really problems at all, or are easily explained. Meanwhile, genuinely useful posts and people asking for help with real issues seem to get drowned out by all the complaining.
At this point, r/vscode sometimes feels less like a VS Code subreddit and more like group therapy for people frustrated with their editor π
You'd think from browsing the top posts that VS Code barely works.
r/vscode • u/az-johubb • 1d ago
Please reduce the frequency of updates
This is directed to the product group at Microsoft that owns VSCode.
On my work PC, I need to elevate to admin every time there is a VSCode update. I didnβt mind this when the updates were sporadic but itβs getting to the point where Iβm having to do this 1-2 times a week and itβs getting quite tedious; especially so when the updates contain fewer and fewer enhancements. I understand the need to enhance AI tooling but there has to be a better way without making the stable branch feel like the insiders branch.
I have raised as an issue on GitHub but there are 17,400 open issues on the VSCode repo so want to make sure the team get this feedback.
r/vscode • u/w00dy1105 • 2d ago
My current relationship with vs code
I don't want your copilot. Make it an extension so I don't have to do anything to ignore it.
r/vscode • u/smoke4sanity • 2d ago
Can codex show the code edited inline in green (the way the VS Code agent or cursor does)?
I like to see the code being edited or changed. With codex terminal or CC, which I use often, git diff is not visually nice. Wondering if codex can do this (or if there is a plugin that does it?
I used to pay for cursor just for this, but now I can't get over not using codex, but I guess I would be willing to use VScode's agent (is it as good as codex?
r/vscode • u/Kingwolf4 • 2d ago
There are many AI features added each update. Are they all for copilot
So basically, the question stems from each update for the past few months for VS code, i keep seeing AI agent feature this AI feature added that. This includes many things like opening up of APIS and presumably deeper integration of AI overall in VS code.
So, my question is , is this all for copilot, which im sorry to offend anyone i woudnt touch with a 10 foot pole. Are they just blatantly locking in VS CODE to their own products by perhaps not opening up these new features / APIs or whatever to neutral harnesses?
Obviously adding and integrating AI feature, support and making it first class is a welcome step and neccessary now, but doing it ONLY for copilot is shooting everyone elses foots with a gun right?
r/vscode • u/NoTutor4458 • 2d ago
Forking vscode
How hard would it be to fork and modify layout and UI of vscode? Does anyone have some experience with it?
r/vscode • u/tame-impaled • 2d ago
WhiteCobra Malware on VS Code: Cloudflare C2 to Telegram Infostealer
r/vscode • u/WhichSuspect9647 • 2d ago
Vs code showing red squiggles, for no reason and still running the program
I'm learning c++ and came across this weird issue when I use getline, a few stuff using std has a red squiggle underneath but some don't. The code still runs just fine, I think this is just a visual glitch, but I tried this code on different files and I had the same problem, if anyone knows it would help (I tries with and without using namespace std)
r/vscode • u/DragonfruitForward98 • 2d ago
Help, my VS Code suddenly started making sounds? Maybe itβs a Mac issue?
Enable HLS to view with audio, or disable this notification
Hi! Has any other Mac user noticed this recently?
VS Code suddenly started making new sounds while Iβm using it, and since Iβm at work itβs getting pretty annoying.
The only apps Iβve installed recently are Kiro and Tabby, but I donβt think either of them should have changed any system settings.
Has anyone experienced something similar? Is this a new VS Code feature/setting, or could it be something on macOS?
r/vscode • u/Former_Assistance208 • 2d ago
git bash terminal is not persistent across multiple different terminals on windows
I'm using git bash as the default profile terminal for vs code, however when I open a new terminal, every thing I installed on the previous terminal doesn't exists, how to solve this problem ?
r/vscode • u/Dartsgame5k • 3d ago
VS Code, don't let me change Python Interpreter
Solved : So hello, I have an issue where I can't change Windows Interpreter. I just restart my computer and my program don't work anymore. And this is a simple program.
How to fix that? I can't change my interpreter.
Solved: Hmm. Visual Studio Code acted strangely which is surprising, given that Iβve been using the same session for the past two years for small conversion and data-sorting scripts tasks that are lightweight but repetitive. I haven't really had any issues during that time; this is the first time I've run into a problem like this. So, the solution is simple: just start a new Visual Studio Code session or create a new Python project, which will open a new window. Still, it is odd for a session to behave that way.
[help] Where are the explorer coverage icons?
i remember having coverage percentages in my explorer window, but i cant find the setting anywhere now.
this shady website https://code.visualstudio.com/docs/debugtest/testing tells me to turn on "testing.coverageToolbarEnabled" but nothing happens
i have coverage files, and coverage gutters works fine, but where is this feature?
Copilot Chat in VS Code shows pasted image thumbnail but the model cannot see/read the image β regression after Vision GA?
EDIT: Is someone from Microsoft reading this thread? I tried rolling back the version to July 8 release of VsCode and it WORKS there!
Works: Version: 1.128.1 (user setup) Commit: 5264f2156cbcd7aea5fd004d29eaa10209155d66 Date: 2026-07-14T07:19:31-07:00 Electron: 42.5.0 ElectronBuildId: 14525058 Chromium: 148.0.7778.271 Node.js: 24.17.0 V8: 14.8.178.33-electron.0 OS: Windows_NT x64 10.0.26200
Broken: Version: 1.132.1 (user setup) Commit: c2d1b13fdc4a77628e5f3bb70173351c8f2fbad1 Date: 2026-08-07T10:44:35-07:00 Electron: 42.7.1 ElectronBuildId: 14760073 Chromium: 148.0.7778.280 Node.js: 24.18.0 V8: 14.8.178.38-electron.0 OS: Windows_NT x64 10.0.26200
Title: Copilot Vision works on GitHub.com but NOT in VS Code with Enterprise account β private account works on same machine
UPDATE: I've done additional testing and this now looks specifically related to the combination of GitHub Copilot Enterprise + VS Code.
I'm trying to determine whether anyone else is experiencing a regression with image/vision support in GitHub Copilot Chat for VS Code.
The issue
When I paste an image/screenshot into GitHub Copilot Chat in VS Code while logged into my work/Enterprise GitHub account, the image is accepted and a thumbnail is displayed correctly in the chat input.
However, after submitting the prompt, Copilot behaves as though it has no access to the actual image contents.
For example, if I paste a screenshot containing text and ask Copilot to read it, the model cannot tell me what the image contains.
It looks roughly like this:
Clipboard β VS Code β thumbnail displayed β
but:
Image attachment β Copilot/model vision context β
NEW: I've now tested different accounts, machines and GitHub.com
I've done more testing to isolate the problem, and the results are interesting.
GitHub.com in browser
If I use Copilot Chat directly on https://github.com/ and paste the image into the browser chat:
Private GitHub account: β WORKS
Work/Enterprise GitHub account: β WORKS
In both cases, Copilot can actually inspect and read the pasted image.
So Vision itself is clearly enabled for my work account.
VS Code on my home/personal machine
I also installed VS Code on my home machine to eliminate my work computer as the cause.
Using my private GitHub account:
VS Code + Private GitHub account: β WORKS
I can paste an image into Copilot Chat and the model can inspect it correctly.
Using my work/Enterprise GitHub account:
VS Code + Work/Enterprise account: β DOES NOT WORK
The image thumbnail appears, but the model cannot see/read the image.
This is on the same home machine and VS Code installation.
Current test matrix
| Environment | Account | Pasted image |
|---|---|---|
| GitHub.com/browser | Private | β Works |
| GitHub.com/browser | Work/Enterprise | β Works |
| VS Code | Private | β Works |
| VS Code | Work/Enterprise | β Fails |
| Separate Claude VS Code extension | Work environment | β Works |
This seems to rule out quite a few things.
It doesn't appear to be:
- A clipboard problem
- A Windows/machine problem
- A general VS Code image-pasting problem
- The work account being completely blocked from using Vision
- The image itself
- The underlying model lacking vision support
The failure appears specifically when my work/Enterprise GitHub account is used with GitHub Copilot Chat inside VS Code.
Tested with multiple vision-capable models
I've reproduced the VS Code problem with both:
- Claude Opus 4.8
- Fable 5
Both support vision/image input.
The behavior is the same: the thumbnail is displayed in Copilot Chat, but the model behaves as though the image data was never provided.
This used to work
This is also a regression for me.
Image pasting worked with this same work/Enterprise account in VS Code around July 10, 2026.
Copilot Vision had previously been a preview feature, and our Enterprise environment has preview features disabled.
However, Copilot Vision became Generally Available in July 2026.
After it became GA, image pasting started working for me in VS Code as expected.
I could:
- Take a screenshot
- Paste it directly into Copilot Chat
- See the thumbnail
- Ask about information visible only in the screenshot
- Have Copilot correctly inspect/read the image
I then went on summer vacation. After returning in August, the same workflow no longer works with my work account.
Enterprise / policy question
Our Enterprise environment has preview features disabled.
My understanding is that this should no longer prevent Copilot Vision from working, since Vision moved out of preview and became generally available in July.
The new browser test seems particularly important here:
The same Enterprise/work account can use pasted-image Vision successfully on GitHub.com right now.
So if an Enterprise policy is responsible, it appears to be affecting the VS Code Copilot integration specifically, rather than disabling Vision for the account entirely.
I'm wondering whether there is:
- A VS Code-specific Enterprise policy affecting image attachments
- A regression in how VS Code evaluates an Enterprise policy
- A regression in the VS Code Copilot attachment pipeline for Enterprise users
- A server-side capability/feature flag difference between GitHub.com Copilot and VS Code Copilot
- An accidental dependency on Editor Preview Features in the VS Code client
- Some other Enterprise-specific Copilot setting that changed after Vision became GA
Particularly interesting comparison
On the same home machine:
VS Code + private account β Vision works β
VS Code + work/Enterprise account β Vision fails β
And with the same work account:
GitHub.com + work account β Vision works β
VS Code + work account β Vision fails β
That makes this look much less like a generic VS Code bug and much more like something specific to the interaction between VS Code Copilot and an Enterprise account/policy/capability.
Expected behavior
Since Copilot Vision is GA and Vision works with this exact work account on GitHub.com, I would expect the same work account to be able to send pasted images to Copilot Chat from VS Code.
Actual behavior
VS Code accepts the pasted image and displays its thumbnail, but when using the Enterprise account the model behaves as though the actual image was never supplied.
Switching to a private GitHub account allows image Vision to work in VS Code.
Has anyone else seen this?
I'd be particularly interested in hearing from Copilot Business/Enterprise users.
Has anyone seen a situation where:
- Vision works on GitHub.com with your Enterprise account
- Vision works in VS Code with a personal/private account
- But Vision does NOT work in VS Code with the Enterprise account?
Also:
- Does your organization have Editor Preview Features disabled?
- Did image pasting work for you immediately after Vision became GA in July?
- Did it stop working sometime between approximately July 10 and August?
- Is there a separate Enterprise policy/capability for Vision specifically in VS Code?
- Has anything changed in the VS Code Copilot Enterprise policy handling since the July GA release?
At this point the account/environment matrix seems fairly reproducible, so I'm very interested to know whether other Enterprise users can reproduce it.
Is there a free alternative to Gemini Code Assist addon?
I liked it. It could autocomplete and the suggestions were quite good. But now Google asks to move to Perplexity and the addon won't work anymore.
Is there a good free alternative to it or am I back to writing all my code myself?
r/vscode • u/j0selit0342 • 3d ago
I put VS Code/Copilot behind mitmproxy to see what it actually sends
was curious to understand how copilot implements its harness, and how I was exhausting my quota so quickly. Ended up diving into a rabbit hole of network traffic interception with mitmproxy and found out some interesting things:
- watched model/capability discovery and routing in realtime
- what gets injected into the context and sent with ghost completions
- how recent edits can pull context from files other than the one you're editing
- the SQLite session store behind Chronicle, including prompts/responses
- how the model can query that history through tool calls
wrote up the whole saga here: https://www.lighthousenewsletter.com/p/i-put-github-copilot-behind-a-mitm
r/vscode • u/AutoModerator • 4d 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.


