{ "editor.minimap.enabled": false, "explorer.confirmDelete": false, "window.zoomLevel": -1, "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "emmet.syntaxProfiles": { "javascript": "jsx" }, "emmet.triggerExpansionOnTab": true, "[html]": { "editor.defaultFormatter": "HookyQR.beautify" }, "workbench.colorTheme": "Dracula", "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "javascript.updateImportsOnFileMove.enabled": "always", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "[php]": { "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" }, "workbench.iconTheme": "material-icon-theme" }