{ "codeLens.enable": true, "codeLens.position": "right_align", "coc.preferences.extensionUpdateCheck": "daily", "coc.preferences.enableMessageDialog": true, "coc.preferences.formatOnType": true, "coc.preferences.willSaveHandlerTimeout": 1000, "coc.preferences.enableLinkedEditing": true, "coc.preferences.formatOnSaveFiletypes": [ "c", "go", "python", "rust", "markdown", "javascript", "typescript", "json", "jsonc" ], "coc.source.file.ignoreHidden": false, "diagnostic.floatConfig": { "rounded": true, "border": true }, "diagnostic.format": "[%severity] %message [%source]", "diagnostic.virtualText": true, "diagnostic.level": "hint", "diagnostic.checkCurrentLine": true, "diagnostic.separateRelatedInformationAsDiagnostics": true, "eslint.autoFixOnSave": true, "eslint.format.enable": true, "eslint.packageManager": "yarn", "git.addGBlameToVirtualText": true, "git.blameUseRealTime": true, "hover.floatConfig": { "rounded": true, "border": true }, "list.normalMappings": { "": "do:exit" }, "list.insertMappings": { "": "do:exit" }, "python.formatting.provider": "yapf", "python.linting.enabled": true, "python.analysis.diagnosticMode": "workspace", "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.pylamaEnabled": true, "python.linting.banditEnabled": true, "python.linting.pycodestyleEnabled": true, "python.linting.mypyEnabled": false, "python.linting.pytypeEnabled": true, "python.analysis.typeCheckingMode": "basic", "semanticTokens.enable": true, "signature.target": "echo", "suggest.detailField": "abbr", "suggest.defaultSortMethod": "none", "suggest.selection": "recentlyUsedByPrefix", "suggest.noselect": false, "suggest.floatConfig": { "rounded": true, "border": true }, "signature.floatConfig": { "rounded": true, "border": true }, "snippet.choicesMenuPicker": true, "languageserver": { "bash": { "command": "bash-language-server", "args": ["start"], "filetypes": ["sh"] } }, "git.enableGutters": true }