-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if a language has set its own editor.rulers
setting and honour that instead.
#25
Comments
Have just published v1.2.0 which contains this feature! All settings used by rewrap ( Although I found a way, it isn't really officially supported by vscode for extensions to use/access these language-specific settings yet. So if you one of rewrap's own settings in such a section you'll see a green squiggly under it in the settings.json file. But it will still work. Another note, a global |
The implementation seems to work as expected, thanks! |
Rewrap currently checks for the value defined for the
editor.rulers
user setting to use as the default wrapping column, however in VS Code v1.9.0, it is now possible to define that setting on a per-language basis.Please make Rewrap honour that setting if it exists for the current editor's language.
Thanks.
The text was updated successfully, but these errors were encountered: