{ "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "editor.fontSize": 13, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "workbench.colorTheme": "Atom One Dark", "window.zoomLevel": 2, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true, "suppressUpdateNotice": false, "suppressWelcomeNotice": true }, "editor.cursorBlinking": "phase", "editor.cursorStyle": "block", // Set the default "editor.formatOnSave": false, // Enable per-language "[javascript]": { "editor.formatOnSave": false }, "[javascriptreact]": { "editor.formatOnSave": false }, "[typescriptreact]": { "editor.formatOnSave": false }, "[typescript]": { "editor.formatOnSave": false }, "editor.tabSize": 2, "prettier.semi": false, "prettier.singleQuote": true, "editor.minimap.enabled": false, "emmet.includeLanguages": { "javascript": "typescriptreact" }, "sync.gist": "80c54aab0186285bb8ae9f4bb7a5ae27", "sync.lastUpload": "2018-05-14T06:41:22.549Z", "sync.autoDownload": false, "sync.autoUpload": true, "sync.lastDownload": "2018-03-09T10:35:40.733Z", "sync.forceDownload": false, "sync.host": "", "sync.pathPrefix": "", "sync.quietSync": true, "sync.askGistName": false, "sync.removeExtensions": true, "sync.syncExtensions": true, "javascript.validate.enable": false, "vim.disableExtension": true, "typescript.updateImportsOnFileMove.enabled": "always" }