"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
These settings are not working together, i.e. file is being auto saved when I write my code but it's doesn't format it at the same time, I have to click ctrl + s in order to format, but this is contradictory to the setting "files.autoSave".
// Format a file on save. A formatter must be available, the file must not be auto-saved, and editor must not be shutting down.
"editor.formatOnSave": false,
From settings. This is a limitation of VSCode
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
From settings. This is a limitation of VSCode