{ "window.zoomLevel": 1, "workbench.iconTheme": "material-icon-theme", "editor.tabSize": 2, "editor.fontSize": 14, "editor.detectIndentation": false, "telemetry.enableTelemetry": true, "telemetry.enableCrashReporter": false, "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "terminal.integrated.fontFamily": "Inconsolata for Powerline", "editor.cursorStyle": "line", "editor.wordWrap": "on", "files.associations": { "*.js": "javascriptreact" }, "editor.formatOnSave": true, "prettier.semi": false, "prettier.singleQuote": true, "sync.gist": "fd770621d426de29b820e93e615344e5", "sync.lastUpload": "2017-11-14T17:05:06.363Z", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "", "sync.forceDownload": false, "sync.anonymousGist": false, "sync.host": "", "sync.pathPrefix": "", "sync.quietSync": false, "beautify.ignore": ["*/*.scss", "*/*/*.scss", "*.scss"], "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }, "workbench.colorCustomizations": { "activityBarBadge.background": "#80CBC4", "list.activeSelectionForeground": "#80CBC4", "list.inactiveSelectionForeground": "#80CBC4", "list.highlightForeground": "#80CBC4", "scrollbarSlider.activeBackground": "#80CBC450", "editorSuggestWidget.highlightForeground": "#80CBC4", "textLink.foreground": "#80CBC4", "progressBar.background": "#80CBC4", "pickerGroup.foreground": "#80CBC4" }, "materialTheme.cache.workbench.settings": { "accent": "Teal", "themeColours": "Palenight", "accentPrevious": "Purple" }, "sync.askGistName": false, "emmet.includeLanguages": { "vue-html": "html", "javascript": "html", "jsx-sublime-babel-tags": "javascriptreact" }, "emmet.triggerExpansionOnTab": true, "emmet.showExpandedAbbreviation": "never", "git.enabled": true, "reason.formatOnSave": true, "window.nativeTabs": true, "workbench.colorTheme": "Dracula", "editor.lineHeight": 24, "terminal.external.osxExec": "iTerm.app", "npm-intellisense.scanDevDependencies": true, "editor.cursorBlinking": "solid", "sublimeTextKeymap.promptV3Features": true, "editor.renderIndentGuides": false, "rust.rustup": { "toolchain": "nightly-x86_64-apple-darwin", "nightlyToolchain": "nightly-x86_64-apple-darwin" }, "rust.mode": "rls", "rust.rls": { "useRustfmt": true }, "workbench.panel.location": "right", "csharp.format.enable": false, "python.disablePromptForFeatures": [ "pylint" ] }