Global user settings json
{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"javascript.format.semicolons": "insert",
"javascript.preferences.quoteStyle": "single",
"javascript.preferences.importModuleSpecifierEnding": "js",
"editor.codeActionsOnSave": {
"source.organizeImports": "always",
"source.addMissingImports.ts": "always"
}
}