update
This commit is contained in:
parent
270d77dc54
commit
31d089f494
|
@ -19,5 +19,11 @@
|
||||||
"eslint.filetypes": [
|
"eslint.filetypes": [
|
||||||
"javascript",
|
"javascript",
|
||||||
"vue"
|
"vue"
|
||||||
]
|
],
|
||||||
|
"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"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue