go-view/.vscode/settings.json

11 lines
293 B
JSON

{
"editor.codeActionsOnSave": {
// Wiating Fix all Code to enable
// "source.fixAll": "explicit"
},
// Wiating format all Code to enable
// "editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.tsdk": "node_modules/typescript/lib"
}