admin管理员组

文章数量:1406064

I was messing around with the settings in Visual Studio Code, and accidentally enabled some kind of line count guide.

I have no idea what setting I changed, and no idea how to fix this. I don't seem to be able to revert it even when I try and change my work environment, and I can't seem to find anything that would let me change this back. It has apparently been set to pop up every 5 lines of code.

I was messing around with the settings in Visual Studio Code, and accidentally enabled some kind of line count guide.

I have no idea what setting I changed, and no idea how to fix this. I don't seem to be able to revert it even when I try and change my work environment, and I can't seem to find anything that would let me change this back. It has apparently been set to pop up every 5 lines of code.

Share Improve this question asked Mar 6 at 16:14 Niels Tobias Nørgaard SvendsenNiels Tobias Nørgaard Svendsen 174 bronze badges 4
  • Not 100% sure, but check your settings.json. Do you see any settings for ruler there are vertical rulers, but I wasn't aware of horizontal rulers. – Daniel Black Commented Mar 6 at 16:31
  • Nope doesn't seem to be the answer, though thank you for trying to help. – Niels Tobias Nørgaard Svendsen Commented Mar 6 at 16:39
  • Does this happen when you reload VS Code with extensions disabled (use the Developer: Reload With Extensions Disabled command in the command palette)? If not, then do an extension bisect to figure out what extension is causing it. – starball Commented Mar 6 at 19:04
  • Thanks a ton! I got it boiled down. For anyone with a similar issue, it is a setting in the extension: rpgmaker-text. – Niels Tobias Nørgaard Svendsen Commented Mar 6 at 20:54
Add a comment  | 

1 Answer 1

Reset to default 1

This was due to a setting in the extension rpgmaker-text.

本文标签: Guidelines every 5 code lines in coding environmentVisual Studio CodeStack Overflow