Fixed vscode formatter setting
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
vscode-marketplace.yatki.vscode-surround
|
vscode-marketplace.yatki.vscode-surround
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"javascript.editor.defaultFormatter" = "esbenp.prettier-vscode";
|
"[javascript]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user