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

View File

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