Fixed vscode formatter setting

This commit is contained in:
2023-12-20 14:30:01 -04:00
parent 44677b4411
commit 6005c28952

View File

@@ -13,7 +13,7 @@
vscode-marketplace.yatki.vscode-surround
];
userSettings = {
"javascript.editor.defaultFormatter" = "esbenp.prettier-vscode";
"[javascript]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
};
};
}