Home > Net >  How to disable the plus sign next to the line number that allows me to comment on the code?
How to disable the plus sign next to the line number that allows me to comment on the code?

Time:11-30

I activated this feature but don't know how. When I move my mouse to the left side for each line of code, I'm getting a " " sign and when I click the plus sign, I can comment on the code.

image showing the plus sign on the left of code

How can I activate/deactivate this? I'm using Windows 10.

CodePudding user response:

That is suppose to be apart of reviewing pull requests I believe as part of the plus sign on pull request for adding comments

You could disable this extension, but really you should only be seeing this if you are reviewing a pull request I believe (is that what you are doing?). That, or maybe a GitHub issue too (I'm not sure how those work since I/my team don't use GitHub issues).

  • Related