File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11// Place your settings in this file to overwrite default and user settings.
22{
33 "editor.codeActionsOnSave" : {
4- "source.fixAll.eslint" : true
4+ "source.fixAll.eslint" : " explicit "
55 },
66 "editor.formatOnSave" : true ,
77 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
66
77## [ Unreleased]
88
9+ ## [ 10.2.0]
10+
911- Fixed the issue where VSCode was misrecognizing the path in output panel due to added quotes.
1012- Fix module resolution with ` prettierPath ` setting
1113
Original file line number Diff line number Diff line change 22 "name" : " prettier-vscode" ,
33 "displayName" : " Prettier - Code formatter" ,
44 "description" : " Code formatter using prettier" ,
5- "version" : " 10.1 .0" ,
5+ "version" : " 10.2 .0" ,
66 "publisher" : " esbenp" ,
77 "author" : " Prettier <@prettiercode>" ,
88 "galleryBanner" : {
You can’t perform that action at this time.
0 commit comments