We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm looking for a way to give more horizontal space to file paths in diff view. E.g. avoid the ellipsis in:
6│ main-actions/src/main/scala/sbt/Package.scala | 25 +- 7│ .../src/main/scala/sbt/RawCompileLike.scala | 23 +- 8│ main-actions/src/main/scala/sbt/Sync.scala | 56 +++-- 9│ main-actions/src/test/scala/sbt/CacheIvyTest.scala | 57 +++-- 10│ main-settings/src/main/scala/sbt/Previous.scala | 35 ++- 11│ .../src/main/scala/sbt/std/InputWrapper.scala | 4 +- 12│ main/src/main/scala/sbt/Defaults.scala | 271 ++++++++++++++------- 13│ main/src/main/scala/sbt/Keys.scala | 15 +-
@jonas mentioned using set diff-options = --stat-name-width=123, but I tried that and it didn't help.
set diff-options = --stat-name-width=123
I might just be doing something wrong.
The text was updated successfully, but these errors were encountered:
3e4e15a
As discussed on Gitter this enables diff-options in the stage view
diff-options
Sorry, something went wrong.
Thanks!
Just upgraded. Works great. Thanks again.
No branches or pull requests
I'm looking for a way to give more horizontal space to file paths in diff view. E.g. avoid the ellipsis in:
@jonas mentioned using
set diff-options = --stat-name-width=123
, but I tried that and it didn't help.I might just be doing something wrong.
The text was updated successfully, but these errors were encountered: