{ "workbench.activityBar.visible": true, "workbench.statusBar.visible": true, "editor.minimap.enabled": false, "editor.multiCursorModifier": "ctrlCmd", "workbench.startupEditor": "newUntitledFile", "workbench.iconTheme": "vscode-icons", "window.zoomLevel": 0, // "editor.lineHeight": 22, // "files.exclude": { // "USE_GITIGNORE": true // }, "files.associations": { "*.js": "javascript", "*.html.erb": "html", "*.js.erb": "javascript" }, "extensions.autoUpdate": false, "search.smartCase": true, "editor.fontFamily": "'Fira Code', 'Dank Mono', 'Operator Mono Lig', Santorini, Inconsolata, Monaco, Menlo, 'Courier New', monospace", "editor.fontLigatures": true, "bracketPairColorizer.forceIterationColorCycle": true, "javascript.validate.enable": false, "editor.snippetSuggestions": "top", "editor.formatOnPaste": true, "editor.formatOnType": true, "editor.formatOnSave": true, "[javascript]": { "editor.formatOnSave": false }, "eslint.autoFixOnSave": true, "editor.cursorStyle": "line", "sync.gist": "37a678286b8981faebfb945dec850400", "sync.autoDownload": false, "sync.autoUpload": false, "sync.forceDownload": false, "sync.quietSync": false, "sync.askGistName": false, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true, "suppressUpdateNotice": true, "suppressWelcomeNotice": false }, "gitlens.hovers.currentLine.over": "line", "terminal.integrated.fontFamily": "\"Dank Mono\"", "gitlens.keymap": "chorded", "telemetry.enableTelemetry": false, "telemetry.enableCrashReporter": false, "editor.tabSize": 2, "files.insertFinalNewline": true, "editor.renderWhitespace": "none", "editor.renderControlCharacters": true, "files.trimTrailingWhitespace": true, "workbench.sideBar.location": "left", "material-icon-theme.folders.theme": "specific", "gitlens.historyExplorer.enabled": true, "sync.removeExtensions": true, "sync.syncExtensions": true, "gitlens.settings.mode": "advanced", "gitlens.codeLens.scopes": [ "containers", "document" ], "gitlens.blame.highlight.locations": [ "gutter", "line", "overview" ], "breadcrumbs.enabled": true, "terminal.integrated.lineHeight": 1.2, "workbench.colorTheme": "SynthWave '84", "eslint.alwaysShowStatus": true, "prettier.disableLanguages": [ "js" ], "files.autoSave": "onFocusChange", "emmet.syntaxProfiles": { "javascript": "jsx", "xml": { "attr_quotes": "single" } }, "editor.fontSize": 16, "javascript.updateImportsOnFileMove.enabled": "always", "atlascode.jira.workingSite": { "baseUrlSuffix": "atlassian.net" }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" } }