fix(vscode): do not format on save
This commit is contained in:
Vendored
+2
-2
@@ -1044,7 +1044,7 @@
|
||||
"workbench.externalBrowser": "chrome",
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"explorer.confirmPasteNative": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSave": false,
|
||||
"git.confirmSync": false,
|
||||
"git.repositoryScanMaxDepth": 2,
|
||||
"remote.autoForwardPortsSource": "hybrid",
|
||||
@@ -1073,4 +1073,4 @@
|
||||
"icon": "terminal-powershell"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user