user1911959
user1911959

Reputation: 584

Is there any possible way to hide breakpoint in vscode?

Is there any way to hide breakpoints in Visual Studio Code? I never use breakpoints, and I want to make my VS Code page bigger.

Upvotes: 37

Views: 5408

Answers (2)

kurtisgrant
kurtisgrant

Reputation: 71

The settings.json version of this is "editor.glyphMargin": false

Upvotes: 7

peekay
peekay

Reputation: 2065

If I understand correctly, try unchecking Settings > Text Editor > Glyph Margin.

Upvotes: 77

Related Questions