Skip to content

Commit 7a0f994

Browse files
committed
docs: extend migration guide
1 parent f94937d commit 7a0f994

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: docs/src/docs/product/migration-guide.mdx

+13
Original file line numberDiff line numberDiff line change
@@ -2033,4 +2033,17 @@ The `version` property has been added to the configuration file.
20332033
]
20342034
```
20352035

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+
20362049
</details>

0 commit comments

Comments
 (0)