Add prettier to vscode (#26417)

This commit is contained in:
Pascal Vizeli 2019-09-04 11:47:13 +02:00 committed by GitHub
parent d1bc0c1dd9
commit 6bef5a98fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,8 @@
"extensions": [
"ms-python.python",
"ms-azure-devops.azure-pipelines",
"redhat.vscode-yaml"
"redhat.vscode-yaml",
"esbenp.prettier-vscode"
],
"settings": {
"python.pythonPath": "/usr/local/bin/python",