Skip to content

Commit a91b26b

Browse files
committed
review
1 parent b286865 commit a91b26b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/docs/welcome/integrations.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Install the [extension](https://marketplace.visualstudio.com/items?itemName=gola
3333
```
3434

3535
Using it in an editor without `--fast-only` can freeze your editor.
36-
Golangci-lint automatically discovers `.golangci.yml` config for edited file: you don't need to configure it in VS Code settings.
36+
Golangci-lint automatically discovers the `.golangci.yml` config for the edited file, so you don't need to configure it in VS Code settings.
3737

3838
</details>
3939

4040
<details>
41-
<summary style={{color: '#737380'}}>Recommended settings for installed golangci-lint via extension</summary>
41+
<summary style={{color: '#737380'}}>Recommended settings for those who installed golangci-lint via extension</summary>
4242

43-
1. Install `golangci-lint-v2` via the `Go: Install/Update Tools` command after setting these configs.
44-
This will enable golangci-lint v1 to co-exist with v2.
45-
2. use the following settings:
43+
Install `golangci-lint-v2` via the `Go: Install/Update Tools` command after setting these configs.
44+
This will enable golangci-lint v1 to co-exist with v2.
45+
And use the following settings:
4646

4747
```json
4848
"go.lintTool": "golangci-lint-v2",
@@ -60,7 +60,7 @@ Golangci-lint automatically discovers `.golangci.yml` config for edited file: yo
6060
```
6161

6262
Using it in an editor without `--fast-only` can freeze your editor.
63-
Golangci-lint automatically discovers `.golangci.yml` config for edited file: you don't need to configure it in VS Code settings.
63+
Golangci-lint automatically discovers the `.golangci.yml` config for the edited file, so you don't need to configure it in VS Code settings.
6464

6565
</details>
6666

0 commit comments

Comments
 (0)