{ "[python]": { "editor.formatOnType": true }, "gopls": { "ui.semanticTokens": true }, "workbench.list.defaultFindMode": "filter", "editor.inlineSuggest.enabled": true, "workbench.startupEditor": "none", "editor.fontFamily": "Hack Nerd Font,Consolas,monaco,Nerd Font Mono, Iosevka Term, Classic Console Neue,monospace,Iosevka Regular,Hack Nerd Font,ComicShannsMono", "ledger.binary": "/usr/bin/ledger", "testing.automaticallyOpenPeekView": "never", "terminal.integrated.cursorStyle": "line", "terminal.integrated.fontSize": 14, "terminal.integrated.sendKeybindingsToShell": true, "terminal.integrated.commandsToSkipShell": [ "workbench.action.navigateUp" ], "editor.fontWeight": "normal", "workbench.activityBar.orientation": "vertical", "terminal.external.linuxExec": "urxvt", "git.confirmNoVerifyCommit": false, "extensions.ignoreRecommendations": true, "telemetry.telemetryLevel": "off", "gitlens.showWhatsNewAfterUpgrades": false, "update.showReleaseNotes": false, "gitlens.showWelcomeOnInstall": false, "workbench.welcomePage.walkthroughs.openOnInstall": false, "gitlens.codeLens.enabled": false, "editor.fontSize": 13, "diffEditor.ignoreTrimWhitespace": false, "editor.inlineSuggest.suppressSuggestions": true, "cursor.cpp.disabledLanguages": [ "plaintext", "markdown" ], "git.confirmSync": false }