diff --git a/vignettes/third-party-integrations.Rmd b/vignettes/third-party-integrations.Rmd index f405d2447..77a14ea53 100644 --- a/vignettes/third-party-integrations.Rmd +++ b/vignettes/third-party-integrations.Rmd @@ -18,7 +18,7 @@ styler functionality is available in other tools, most notably - as a pre-commit hook `style-files` in to format before commit (locally) and enforced as a continuous integration step in the cloud through . -- via `usethis::use_tidy_style()` styles your project according to the tidyverse style guide. +- as an [extension](https://p3m.dev/client/#/repos/openvsx/packages/lorenzwalthert.styler/overview) for Code OSS based IDEs like Positron or VSCode. - through commenting a PR on GitHub with `\style` when the [GitHub Action](https://github.com/features/actions) [*Tidyverse CI*](https://github.com/r-lib/actions/tree/master/examples#tidyverse-ci-workflow) is used. The most convenient way to set this up is via [`usethis::use_tidy_github_actions()`](https://usethis.r-lib.org/reference/tidyverse.html).