Thanks to visit codestin.com Credit goes to github.com
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 b55a67a commit e763fd0Copy full SHA for e763fd0
.vscode/settings.json
@@ -61,6 +61,8 @@
61
"files.exclude": {
62
"**/node_modules": true
63
},
64
+ // Ensure files always have a newline.
65
+ "files.insertFinalNewline": true,
66
"go.lintTool": "golangci-lint",
67
"go.lintFlags": ["--fast"],
68
"go.lintOnSave": "package",
@@ -79,5 +81,5 @@
79
81
80
82
// We often use a version of TypeScript that's ahead of the version shipped
83
// with VS Code.
- "typescript.tsdk": "./site/node_modules/typescript/lib"
84
+ "typescript.tsdk": "./site/node_modules/typescript/lib",
85
}
0 commit comments