How to remove purple/magenta vertical bar in left margin? - visual-studio-code

Visual Studio Code 1.71.0 on mac os monterey 12.5
I've been seeing a vertical purple bar in the left margin, left of line numbers, when something is changed on the same line for all file types. When I save the page, the bar does not go away. I cannot insert or remove a breakpoint on the bar once the bar is visible. If I close the file and then reopen, the bar goes away.
I've tried disabling extensions and I've commented out any custom settings. I think this area of the editor is call the glyph margin. I can hide the entire margin, but I need to use breakpoints.
What is the purple bar and how do I remove it?
thanks
VS Code editor image

Related

What is the name this part of Visual Studio Code and how can I hide it?

I have this bar (marked below) on the right side of my editor area. I can't see any setting in view tab that could hide it. Is there setting that can hide it?

VSCode on Linux Mint 19 display menu bar right to left

I have installed VSCode in Linux Mint 19, having Hebrew locale and Language.
The result is VSCode menu bar is right to left, and menus are right aligned.
As shown bellow.
I wish to fix the menu bar direction and alignment.
More specifically:
I want menu bar to be left to right, and menus aligned to left.
I truly hope this is possible without extension.
Found answer in settings Title Bar Style = custom.
Got the menu bar left to right, and menus are aligned to left.

Eclipse Background Color of Title Bar

I am using Eclipse on Ubuntu. I'm theming with the DevStyle plugin, using Dark Custom. The theme works really well, but there is just this big white bar on the top of the screen under the menu bar, that appears when I tile the editor top/ bottom or left/right.
If have tried to theme the window in General > Appearance > Colors and Fonts and the editor tab, but there seems to be no option.
The maximize and minimize buttons from the side panel also have this annoying white background.
The bars look really ugly and out of place, and make me angry every time I look at them :-) .
Anyone has an idea of how to theme the background? Is it even possible?
________________________________
EDITED
It seems that there has been an improvement, probably due to updates. The white bar changed into two white squares in the corners.
This only happens with DevStyle.
I am on a Dell Laptop and using Ubuntu Budgie 19.04. I don't use any accessibility setting.

Eclipse: Lower bar moved to right, how to undo?

I don't know if this is the right place for it. Using Eclipse 4.6.2 on OSX, in the Java view, I used to have a bar on the bottom with Problems, Tasks, Console, Properties, etc. tab options. This bar is now small icons on the right. It appears on the bottom when I click on the right bar, but it disappears as soon as I click on any editing tab outside of it. Clicking and dragging the bar to the bottom doesn't have any effect. It has a restore-window style icon that doesn't seem to do anything.
I'm also finding that when I select a .java file, like in Problems or Call Hierarchy, it shows up on the bottom, when it used to pop up above the bottom section.
I've always gotten really confused whenever I've tried to mess with the default views/perspectives in Eclipse. I probably made this happen by mistake. I want to revert to the original behavior, but I'm not sure how. Any advice?
On the top there should be a "window" menu bar. If you look in the window bar you should get a "reset perspective" option.

XCode - horizontal scroll bar

I just downloaded the new Xcode and why isn't there a scroll bar on the bottom? Is there an option to add it? There's only a scrollbar on the right...which is really annoying.
Xcode 4 changes the editor so that by default all code is wrapped, instead of extending off screen. Thats why you see no scroll bar.
However you can set it back - go to Xcode preferences, editing, then the "Indentation" tab. In there is an option to "wrap lines to editor width". If you uncheck that, you'll see scroll bars again and your code will extend off the screen.