34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"suggest.triggerAfterInsertEnter": false,
|
|
"suggest.autoTrigger": "none",
|
|
"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,
|
|
"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", "scss", "css", "vue"],
|
|
|
|
"eslint.enable": true,
|
|
"eslint.autoFixOnSave": true,
|
|
"eslint.filetypes": [
|
|
"javascript",
|
|
"vue"
|
|
],
|
|
"prettier.eslintIntegration": true
|
|
}
|