We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed6f83 commit 25f7473Copy full SHA for 25f7473
.vscode/settings.json
@@ -1,6 +1,7 @@
1
{
2
"typescript.tsdk": "node_modules/typescript/lib",
3
- "editor.formatOnSave": true,
+ // editor.formatOnSave setting causes issues when trying to save changes to CSS files that have binding mixed in
4
+ "editor.formatOnSave": false,
5
"typescript.format.enable": true,
6
"json.format.enable": false,
7
"html.format.enable": false,
0 commit comments