mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
2 changed files with 3 additions and 3 deletions
@ -1,8 +1,8 @@ |
|||||
{ |
{ |
||||
"recommendations": [ |
"recommendations": [ |
||||
"angular.ng-template", |
"angular.ng-template", |
||||
"esbenp.prettier-vscode", |
|
||||
"firsttris.vscode-jest-runner", |
"firsttris.vscode-jest-runner", |
||||
"nrwl.angular-console" |
"nrwl.angular-console", |
||||
|
"prettier.prettier-vscode" |
||||
] |
] |
||||
} |
} |
||||
|
|||||
@ -1,4 +1,4 @@ |
|||||
{ |
{ |
||||
"editor.defaultFormatter": "esbenp.prettier-vscode", |
"editor.defaultFormatter": "prettier.prettier-vscode", |
||||
"editor.formatOnSave": true |
"editor.formatOnSave": true |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue