fix(vscode): do not format on save

This commit is contained in:
2026-06-23 05:56:37 +02:00
parent 824395fd91
commit f925b408c6
+2 -2
View File
@@ -1044,7 +1044,7 @@
"workbench.externalBrowser": "chrome", "workbench.externalBrowser": "chrome",
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"explorer.confirmPasteNative": false, "explorer.confirmPasteNative": false,
"editor.formatOnSave": true, "editor.formatOnSave": false,
"git.confirmSync": false, "git.confirmSync": false,
"git.repositoryScanMaxDepth": 2, "git.repositoryScanMaxDepth": 2,
"remote.autoForwardPortsSource": "hybrid", "remote.autoForwardPortsSource": "hybrid",
@@ -1073,4 +1073,4 @@
"icon": "terminal-powershell" "icon": "terminal-powershell"
} }
} }
} }