9 lines
222 B
JSON
9 lines
222 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit",
|
|
"source.sortMembers": "explicit"
|
|
},
|
|
"postman.settings.dotenv-detection-notification-visibility": false
|
|
}
|