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 f94937d commit 7a0f994Copy full SHA for 7a0f994
docs/src/docs/product/migration-guide.mdx
@@ -2033,4 +2033,17 @@ The `version` property has been added to the configuration file.
2033
]
2034
```
2035
2036
+You can also add:
2037
+
2038
+```json
2039
+"go.formatTool": "custom",
2040
+"go.alternateTools": {
2041
+ "customFormatter": "golangci-lint"
2042
+},
2043
+"go.formatFlags": [
2044
+ "fmt",
2045
+ "--stdin"
2046
+]
2047
+```
2048
2049
</details>
0 commit comments