update css/scss settings
This commit is contained in:
parent
a948c506d6
commit
cf5392fc1c
|
@ -15,12 +15,13 @@
|
||||||
"vetur.format.defaultFormatter.js": "prettier-eslint",
|
"vetur.format.defaultFormatter.js": "prettier-eslint",
|
||||||
"vetur.format.defaultFormatter.html": "prettier",
|
"vetur.format.defaultFormatter.html": "prettier",
|
||||||
"vetur.format.defaultFormatter.scss": "prettier",
|
"vetur.format.defaultFormatter.scss": "prettier",
|
||||||
|
"scss.validate": true,
|
||||||
"python.linting.flake8Enabled": true,
|
"python.linting.flake8Enabled": true,
|
||||||
"python.linting.flake8Path": "/home/ray/.local/bin/flake8",
|
"python.linting.flake8Path": "/home/ray/.local/bin/flake8",
|
||||||
"python.linting.lintOnSave": true,
|
"python.linting.lintOnSave": true,
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"python.formatting.blackPath": "/home/ray/.local/bin/black",
|
"python.formatting.blackPath": "/home/ray/.local/bin/black",
|
||||||
"coc.preferences.formatOnSaveFiletypes": ["python", "vue"],
|
"coc.preferences.formatOnSaveFiletypes": ["python", "scss", "css", "vue"],
|
||||||
|
|
||||||
"coc.preferences.triggerSignatureHelp": true,
|
"coc.preferences.triggerSignatureHelp": true,
|
||||||
"javascript.suggestionActions.enabled": false,
|
"javascript.suggestionActions.enabled": false,
|
||||||
|
|
Loading…
Reference in New Issue