2

I have Visual Studio Code(VSCode) 1.10.1 version installed on Windows 7. I am new to VSCode.

At the moment, if I click on the left side of a file before the line numbers, a red dot appears which is the breakpoint. But, how to replace breakpoint with bookmark instead? It does work with ctrl+alt+k. But, I prefer a mouse click to apply bookmarks.

I searched through the settings.json file. Couldn't find anything relevant to this.

Gama11
  • 31,714
  • 9
  • 78
  • 100
sw_embed
  • 199
  • 3
  • 15

1 Answers1

2

Press F1 in VSCode, type ext install and then look for Bookmarks.

For details check this - Are there bookmarks in Visual Studio Code?

Gama11
  • 31,714
  • 9
  • 78
  • 100
keerti
  • 455
  • 2
  • 13