Jon Jiang
Jon Jiang

Reputation: 51

The editor margin left to the line numbers disappears in Visual Studio Code

The editor margin left to the line numbers disappears in visual studio code.

I don't know how to reproduce this bug. In my desktop, I always can't add breakpoints for .py .js or another kind of files by click the editor margin. But in my laptop, everything is good.

I have tried to reinstall vs code in my desktop, but can't solve it. :-(

Upvotes: 2

Views: 2289

Answers (1)

Rob Lourens
Rob Lourens

Reputation: 16099

You probably have "editor.glyphMargin": false somewhere either in user settings or workspace settings. Change it to true to show the margin again.

Upvotes: 8

Related Questions