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
Is it possible to read the .formatter.exsline_length property and use that to override the edtior.rulers value in VSCode for that project, making the vertical line length indicator always accurate to the current project? If it is not present in that file, then the formatter default of 98 should be applied.
The text was updated successfully, but these errors were encountered:
Interesting idea. This would require evaluating Mix.Tasks.Format.formatter_for_file for each file but we can add a custom LSP command doing that. Do you know which vscode API can override edtior.rulers?
Is it possible to read the
.formatter.exs
line_length
property and use that to override theedtior.rulers
value in VSCode for that project, making the vertical line length indicator always accurate to the current project? If it is not present in that file, then the formatter default of98
should be applied.The text was updated successfully, but these errors were encountered: