{ "vim.enableNeovim": true, "vim.neovimPath": "nvim", "editor.fontSize": 14, "editor.fontFamily": "Fira Code", "editor.renderWhitespace": "all", "editor.wrappingIndent": "indent", "editor.formatOnSave": false, "editor.rulers": [80, 120], "editor.fontLigatures": true, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "workbench.colorTheme": "One Dark Space Gray", "window.zoomLevel": -1, "git.path": "/usr/local/bin/git", "workbench.editor.showTabs": false, "editor.minimap.enabled": false, "git.enableSmartCommit": true, "gitlens.advanced.messages": { "suppressFileNotUnderSourceControlWarning": true, "suppressResultsExplorerNotice": true, "suppressShowKeyBindingsNotice": true, "suppressUpdateNotice": true }, "gitlens.gitExplorer.files.layout": "tree", "vsicons.dontShowNewVersionMessage": true, "npm.packageManager": "yarn", "eslint.packageManager": "yarn", // File extensions to be parsed by the Javascript parser "importCost.javascriptExtensions": [ "\\.jsx?$" ], // Which bundle size to display "importCost.bundleSizeDecoration": "both", // Display the 'calculating' decoration "importCost.showCalculatingDecoration": true, "gitlens.explorers.avatars": false, "gitlens.codeLens.enabled": false, "gitlens.blame.avatars": false, "gitlens.blame.heatmap.location": "left", "gitlens.recentChanges.highlight.locations": [ "gutter", "overview", "line" ], "gitlens.statusBar.enabled": false, "vim.disableExtension": false, "gitlens.keymap": "none", "workbench.iconTheme": "material-icon-theme", "gitlens.historyExplorer.enabled": true, "sync.gist": "", "sync.host": "", "sync.pathPrefix": "", "sync.quietSync": false, "sync.askGistName": false, "sync.removeExtensions": true, "sync.syncExtensions": true, "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastUpload": "", "sync.lastDownload": "", "sync.forceDownload": false }