update
This commit is contained in:
parent
270d77dc54
commit
31d089f494
1 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue