Add prettier to vscode (#26417)
This commit is contained in:
parent
d1bc0c1dd9
commit
6bef5a98fe
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue