{ "suggest.triggerAfterInsertEnter": false, "suggest.autoTrigger": "always", "suggest.noselect": true, "suggest.snippetIndicator": "►", "suggest.timeout": 1000, "suggest.echodocSupport": true, "signature.enable": true, "diagnostic.enable": true, "diagnostic.warningSign": "λ", "diagnostic.errorSign": "Λ", "diagnostic.infoSign": "λ", "diagnostic.hintSign": "λ", "coc.source.buffer.ignoreGitignore": true, "javascript.validate.enable": false, "vetur.format.defaultFormatter.js": "prettier-eslint", "vetur.format.defaultFormatter.html": "prettier", "vetur.format.defaultFormatter.scss": "prettier", "scss.validate": true, "python.linting.flake8Enabled": true, "python.linting.flake8Path": "/home/ray/.local/bin/flake8", "python.linting.lintOnSave": true, "python.formatting.provider": "black", "python.formatting.blackPath": "/home/ray/.local/bin/black", "coc.preferences.formatOnSaveFiletypes": ["python", "vue"], "eslint.enable": true, "eslint.autoFixOnSave": true, "eslint.filetypes": [ "javascript", "vue" ] }