You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For probably 15 years I've had my editor configured with rulers at 72, 80, and 120 characters. This extension hardcodes the 120-character ruler under [ruby] editors.ruler — which would be ok, because I can edit my settings.json to remove that setting. The problem is that the extension's setting is regularly added back to my settings.json, either by the extension itself or perhaps by something like VS Code’s setting syncing.
This repeated override of my preferences is annoying, and I'd like it to stop. Is there a way I can prevent the extension from interfering?
The text was updated successfully, but these errors were encountered:
For probably 15 years I've had my editor configured with rulers at 72, 80, and 120 characters. This extension hardcodes the 120-character ruler under
[ruby] editors.ruler
— which would be ok, because I can edit mysettings.json
to remove that setting. The problem is that the extension's setting is regularly added back to mysettings.json
, either by the extension itself or perhaps by something like VS Code’s setting syncing.This repeated override of my preferences is annoying, and I'd like it to stop. Is there a way I can prevent the extension from interfering?
The text was updated successfully, but these errors were encountered: