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
33
33
```
34
34
35
35
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.
37
37
38
38
</details >
39
39
40
40
<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 >
42
42
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:
46
46
47
47
``` json
48
48
"go.lintTool" : " golangci-lint-v2" ,
@@ -60,7 +60,7 @@ Golangci-lint automatically discovers `.golangci.yml` config for edited file: yo
60
60
```
61
61
62
62
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.
64
64
65
65
</details >
66
66
You can’t perform that action at this time.
0 commit comments