File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ Install the [extension](https://marketplace.visualstudio.com/items?itemName=gola
3333```
3434
3535Using 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
6262Using 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
You can’t perform that action at this time.
0 commit comments