We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7be4fb commit 92bcb9aCopy full SHA for 92bcb9a
docs/src/docs/product/migration-guide.mdx
@@ -2006,3 +2006,31 @@ severity:
2006
### `version`
2007
2008
The `version` property has been added to the configuration file.
2009
+
2010
+### Integration
2011
2012
+#### VSCode
2013
2014
+<details>
2015
+<summary>v1</summary>
2016
2017
+```json
2018
+"go.lintTool": "golangci-lint",
2019
+"go.lintFlags": [
2020
+ "--fast"
2021
+]
2022
+```
2023
2024
+</details>
2025
2026
2027
+<summary>v2</summary>
2028
2029
2030
2031
2032
+ "--fast-only"
2033
2034
2035
2036
0 commit comments