14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"npm.binPath": "cnpm",
|
|
"python.jediEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.pylintEnabled": false,
|
|
"diagnostic-languageserver.filetypes": {
|
|
"sh": "shellcheck"
|
|
},
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"rust",
|
|
"go"
|
|
]
|
|
}
|