vscode git changes are stuck as fully expanded - github

I'm having a problem where whenever I make a change in vscode, it is shown fully expanded with the previous change also shown (I realize this description is less than clear, so I've included an image below). If anyone knows how to fix this I'd appreciate it.

For anyone else confused by this, I figured out the solution. For some reason my file was open in the working tree. I'm not sure how I did this, but the problem was fixed by closing the file tab, and reopening the file from the explorer

Related

/ added to top bar in vscode wsl

I have an extremely frustrating issue, where somehow vscode is adding a "/" to the top bar and then when I go to open a WSL window, it throws errors and isn't usable...
I know for sure that this is causing the issue because at one point I had it solved it, but I don't know how I did it (the ultimate frustration) and again, not sure what I did but the problem is back.
EDIT: I found one way to reliably get past it, which was using the WSL terminal in the directory I want to open and running code .
Would appreciate anyone chiming in who has more insight, though..
How do I edit this default on the top bar?
(see highlighted image below)
I have tried reinstalling vscode
Thanks in advance
As commented by #rioV8 the solution seems to be searching for window title

Visual Studio Code - Open Folder opens in full screen? Is there a way to fix it?

Whenever I tried opening folders or files in VS Code, the explorer (for choosing whichever folder or file) pops up full screen, is there a way to fix this issue?
I've tried uninstalling it to no avail, and I didn't even touch the full screen/zen modes at all, they were all disabled!
Admittedly, this issue doesn't kill me, but I would very much prefer the explorer to not be at full screen, does anyone knows how to fix this issue?

Weird Intellisense and code suggestions bug VSCode

I am having a weird bug on vscode for which the auto-completion suggestion shows twice and on the first auto-completion, the cursor is not going to the end of the word. I tried to check and play around with autocompletion settings but can't manage to solve this.
One thing I noticed is that if I open the suggestion menu manually and then select it, it works, this happens with the quick suggestions menu.
See the video below for clarity. This is a really annoying issue, can't find anything online about it.
See video here
Possible solutions:
Update your vscode if available.
If that only happens when writing CSS code, maybe that's an extension related issue.
See if that works :)

How to fix code highlighted in red in VS Code

This happened suddenly after I restarted my computer, all of a sudden any code I type is highlighted in red. Does anyone know how to fix this? See image.
OS: Windows
UPDATE:
This is the weirdest thing, I simply restarted my computer (again), and it just disappeared. It's a shame, because I didn't get to figure out how it happened, but it's good to know about this Bisect feature in VS Code!
This might have something to do with one of your extensions acting up.
VScode has a nice feature to help you find the specific extension that's causing problems without you having to check each one individually.
VScode bisect function.
Press crtl+p then type bisect
It may be one of your extensions that makes this. You can check it by disabling them one by one(ctrl + shift +X and then choose installed). I guess maybe an extension that belongs these:enter image description here.
Hope helpful.

What is this thing in Visual Studio Code called and how to disable it

sorry that I don't know how to refer to it. Pls see the image. When I type in vscode, this annoying popup keeps blocking my view to see the code above. I am new in this so I need to refer to the previous lines. maybe when I am more experienced, I don't need to do this anymore. But right now, I want to disable it! Could anyone tell me what it is and how to disable it? Thanks!