We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fed83 commit 7258894Copy full SHA for 7258894
1 file changed
src/content/docs/guides/integrate-in-vcs.mdx
@@ -4,8 +4,8 @@ description: Learn how you can integrate Biome with VCS
4
---
5
6
The VCS (Version Control System) integration is meant to take advantage of **additional** features that only a VCS can provide.
7
-At the moment, Biome only supports Git.
8
-The integration is **opt-in**.
+At the moment, Biome only supports Git. The integration is **opt-in**.
+
9
You have to enable `vcs.enabled` and set `vcs.clientKind` in the Biome configuration file:
10
11
```json title="biome.json"
0 commit comments