Skip to content
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

Shorten generation logs in sbt #397

Merged
merged 2 commits into from
Mar 27, 2018
Merged

Conversation

jvican
Copy link
Contributor

@jvican jvican commented Mar 27, 2018

Fixes #370 and fixes #373.

@jvican jvican added enhancement integrations ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. labels Mar 27, 2018
This is a workaround for an sbt bug. Sbt doesn't show autocompletion for
settings scoped in Global.

```
sbt @ bloop > bloop
bloop/                             bloopAggregateSourceDependencies
bloopClassDirectory                bloopConfigDir
bloopGenerate                      bloopInstall
bloopInternalClasspath             bloopManagedResourceDirectories
bloopProductDirectories            bloopResourceManaged
bloopTargetDir
```

Fixes #373.
@jvican jvican force-pushed the topic/sbt-plugin-improvements branch from 883a584 to 4d51100 Compare March 27, 2018 13:56
@jvican jvican merged commit 6e075b8 into master Mar 27, 2018
@tgodzik tgodzik deleted the topic/sbt-plugin-improvements branch September 7, 2021 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ergonomics Any change that affects developer ergonomics and the easiness of use of bloop. integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No autocompletion for bloopInstall in sbt Make bloopInstall less verbose
2 participants