Skip to content

Commit 25f7473

Browse files
committed
chore(vscode): turn off format on save
turn off format on save in vscode. this causes issues with the binding expressions inside css files in Aurelia UX as of right now
1 parent 8ed6f83 commit 25f7473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3-
"editor.formatOnSave": true,
3+
// editor.formatOnSave setting causes issues when trying to save changes to CSS files that have binding mixed in
4+
"editor.formatOnSave": false,
45
"typescript.format.enable": true,
56
"json.format.enable": false,
67
"html.format.enable": false,

0 commit comments

Comments
 (0)