2020-06-10 17:04:54 +00:00
|
|
|
{
|
2020-11-23 02:00:49 +00:00
|
|
|
"npm.binPath": "cnpm",
|
2020-11-29 18:04:01 +00:00
|
|
|
"python.jediEnabled": false,
|
2020-06-11 03:20:12 +00:00
|
|
|
"python.linting.flake8Enabled": true,
|
2020-11-02 04:08:18 +00:00
|
|
|
"python.linting.pylintEnabled": false,
|
|
|
|
"diagnostic-languageserver.filetypes": {
|
2020-11-03 17:26:57 +00:00
|
|
|
"sh": "shellcheck"
|
2021-09-08 02:36:38 +00:00
|
|
|
},
|
|
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
|
|
"rust",
|
|
|
|
"go"
|
|
|
|
]
|
2020-06-10 17:04:54 +00:00
|
|
|
}
|