Skip to content

Commit

Permalink
[engsys] Address issue with prettier extension (#26205)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

None - this is a dev dependency fix

### Issues associated with this PR

prettier/prettier-vscode#3020

### Describe the problem that is addressed by this PR

Tweak our VS Code settings so that the prettier extension can properly
format during development once again.
  • Loading branch information
xirzec authored Jun 15, 2023
1 parent 54f342d commit 960a169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"git.ignoreLimitWarning": true,
"cSpell.words": [
"datalake"
]
],
"prettier.prettierPath": "./sdk/core/core-rest-pipeline/node_modules/prettier"
}

0 comments on commit 960a169

Please sign in to comment.